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

No matching distribution found for en-core-web-sm==2.0.0 (from -r requirements.txt (line 13)) #11

Open
danyaljj opened this issue Nov 22, 2018 · 2 comments

Comments

@danyaljj
Copy link

Installing the pip dependencies give me the following error:

(env3.6) huntsman-ve501-0094:paraphraser daniel$ pip3.6 install -r requirements.txt 
  Could not find a version that satisfies the requirement en-core-web-sm==2.0.0 (from -r requirements.txt (line 13)) (from versions: )
No matching distribution found for en-core-web-sm==2.0.0 (from -r requirements.txt (line 13))
@wwwehr
Copy link

wwwehr commented Mar 4, 2019

suggest you remove that as a requirements.txt entry and instead python -m spacy download en_core_web_sm

@quantbugtechnology
Copy link

remove en-core-web-sm==2.0.0 from requirements.txt
and paste the below link instead!
https://github.com/explosion/spacy-models/releases/download/en_core_web_md-2.0.0/en_core_web_md-2.0.0.tar.gz

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

3 participants