-
-
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
New click library version (8.1.0) breaks spaCy #10564
Comments
I have the same issue with spaCy==3.2.0, python==3.7.10 and Amazon linux Operating System. |
According to the click 8.1.0 Release Notes: |
So what's the solution in the meantime, use older version of click after installing spacy? |
|
Thanks for the reports everyone! I would say for the time being please downgrade click. We'll work on having a patch out for this soon if necessary, thought it looks like it might be addressed upstream. |
Adding |
|
As the upstream issue is not fixed yet, we released v3.2.4 to deal with this issue. |
Hello! I just released Typer |
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 behaviour
Trying to import spaCy in a python terminal, or trying to download a model through the command line (
python -m spacy download en_core_web_trf
), gives:Only ran into this because I just made a new AWS instance, and it installed the newest version of click, which was updated about an hour ago (just my luck). When I re-installed click as version
8.0.4
spaCy runs fine, but I expect anyone doing a clean install of Python will run into this issue.Your Environment
The text was updated successfully, but these errors were encountered: