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

Dependency Problem #356

Open
mandanafasounaki opened this issue Jul 26, 2023 · 1 comment
Open

Dependency Problem #356

mandanafasounaki opened this issue Jul 26, 2023 · 1 comment

Comments

@mandanafasounaki
Copy link

When I want to install requirements I get this error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
confection 0.1.0 requires srsly<3.0.0,>=2.4.0, but you have srsly 1.0.7 which is incompatible.
en-core-web-sm 3.6.0 requires spacy<3.7.0,>=3.6.0, but you have spacy 2.3.9 which is incompatible.
en-coreference-web-trf 3.4.0a2 requires spacy<3.5.0,>=3.3.0, but you have spacy 2.3.9 which is incompatible.
spacy-experimental 0.6.2 requires spacy<3.6.0,>=3.3.0, but you have spacy 2.3.9 which is incompatible.
spacy-transformers 1.1.9 requires spacy<4.0.0,>=3.4.0, but you have spacy 2.3.9 which is incompatible.
spacy-transformers 1.1.9 requires srsly<3.0.0,>=2.4.0, but you have srsly 1.0.7 which is incompatible.

I tried many combinations, but couldn't resolve the problem.

@extradosages
Copy link

This is likely not a problem with this library, but rather other dependencies in your project constraining the spacy and srsly dependencies.

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