You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: