Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with NLTK packages #78

Open
qingsspace opened this issue Aug 1, 2019 · 1 comment
Open

Issues with NLTK packages #78

qingsspace opened this issue Aug 1, 2019 · 1 comment

Comments

@qingsspace
Copy link

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'

@boshining
Copy link
Contributor

boshining commented Aug 2, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants