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

thinc conflicting versions #13712

Open
kimlizette opened this issue Dec 9, 2024 · 1 comment
Open

thinc conflicting versions #13712

kimlizette opened this issue Dec 9, 2024 · 1 comment

Comments

@kimlizette
Copy link

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 spaCy
spacy 3.8.2 depends on thinc<8.4.0 and >=8.3.0

Your Environment

  • Operating System: WSL Ubuntu 20.04.6
  • Python Version Used: Python 3.11
  • spaCy Version Used: spacy 3.8.2
@honnibal
Copy link
Member

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

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

2 participants