NeuronBlocks
NeuronBlocks copied to clipboard
Issues with NLTK packages
When I am installing packages in requirements.txt, I encountered this error:" ERROR: Could not find a version that satisfies the requirement nltk==3.4.1 (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for nltk==3.4.1 (from -r requirements.txt (line 1))"
Also, I can't train the module with command "python train.py --conf_path=model_zoo/demo/conf.json", I got this error:
File "C:\nlp\NeuronBlocks\settings.py", line 9, in
Hi, can you share your Python version and more information?