-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
AssertionError when downloading models on pip 19.0, Ubuntu 18.10 #3187
Comments
This may be related to pypa/pip#6158 |
Yes, the model downloader sets Apparently another workaround is setting |
a possible workaround is downgrading by issuing |
New pip version seems to have resolved this |
For others reading this: this refers to version 19.0.1 Issue can be closed. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
How to reproduce the problem
When running
python -m spacy download en_core_web_sm
, I am getting an AssertionError within pip internals. Since I've been using spacy forever and I'd never seen this before, I downgraded pip to 18.1 (from 19.0) and the error disappeared. I am on Pop!_OS, which is a thin layer over Ubuntu 18.10.Your Environment
Info about spaCy
The text was updated successfully, but these errors were encountered: