Open
Description
opened on Aug 1, 2019
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
import nltk
ModuleNotFoundError: No module named 'nltk'
Metadata
Assignees
Labels
No labels
Activity