You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you updating the libraries in-place in your virtualenv? That often doesn't work reliably. I would start with a new environment and do pip install spacy --only-binary
How to reproduce the behaviour
I had an issue with thinc when updated I numpy:
thinc 8.3.2 has requirement numpy<2.1.0,>=2.0.0; python_version >= "3.9", but you have numpy 2.1.3.
Therefore I updated thinc to its latest version
9.1.1
but now I'm having an issue with spaCyspacy 3.8.2 depends on thinc<8.4.0 and >=8.3.0
Your Environment
The text was updated successfully, but these errors were encountered: