click 8.1.0 breaks spaCy 3.2.3
mihaimm opened this issue · 3 comments
mihaimm commented
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 commented
Maybe we want to specify a lower compatible spaCy version in the tutorial ?
mihaimm commented
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 commented
great news @mihaimm . I'm closing the issue