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

en-core-web-sm dependency download issue #11

Open
ckeshava opened this issue Jul 21, 2021 · 1 comment
Open

en-core-web-sm dependency download issue #11

ckeshava opened this issue Jul 21, 2021 · 1 comment

Comments

@ckeshava
Copy link

pip install -r requirements.txt causes the following error on Mac OS Catalina 10.15:

ERROR: Could not find a version that satisfies the requirement en-core-web-sm (from -r requirements.txt (line 9)) (from versions: none)
ERROR: No matching distribution found for en-core-web-sm (from -r requirements.txt (line 9))

I get a similar error for the version 2.1.0 or for any other version also.

Can I install this module via spaCy? (python -m spacy download en_core_web_sm) Do you have any other suggestion/alternatives for downloading the en-core-web-sm module?

@rushrukh
Copy link

Try:

pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz --no-deps

Although on OSX it is likely that you will run into other dependency issues regarding pygobject, python-apt.

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