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

click 8.1.0 breaks spaCy 3.2.3 #133

Closed
mihaimm opened this issue Mar 29, 2022 · 3 comments
Closed

click 8.1.0 breaks spaCy 3.2.3 #133

mihaimm opened this issue Mar 29, 2022 · 3 comments

Comments

@mihaimm
Copy link

mihaimm commented Mar 29, 2022

Installing with
pip install modelkit spacy
results in click 8.1.0 and spacy 3.2.3 being installed. But click 8.1.0 contains a breaking change and is incompatible with spaCy 3.2.3 (explosion/spaCy#10564).

Until updated spaCy is realeased, you need to install with
pyenv exec pip install modelkit spacy "click==8.0.4"

@tgenin
Copy link
Collaborator

tgenin commented Apr 15, 2022

Maybe we want to specify a lower compatible spaCy version in the tutorial ?

@mihaimm
Copy link
Author

mihaimm commented Apr 19, 2022

I think this can be closed as spaCy 3.2.4 is out specifically for fixing incompatibility with click 8.1.0. So... now if we follow the tutorial it will work like described.

@CyrilLeMat
Copy link
Collaborator

great news @mihaimm . I'm closing the issue

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