NeuronBlocks icon indicating copy to clipboard operation
NeuronBlocks copied to clipboard

Issues with NLTK packages

Open qingsspace opened this issue 6 years ago • 1 comments

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'

qingsspace avatar Aug 01 '19 20:08 qingsspace

Hi, can you share your Python version and more information?

boshining avatar Aug 02 '19 02:08 boshining