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

incompatability error when installing en_core_sci_sm #462

Closed
EmanuelFaria opened this issue Dec 21, 2022 · 1 comment
Closed

incompatability error when installing en_core_sci_sm #462

EmanuelFaria opened this issue Dec 21, 2022 · 1 comment

Comments

@EmanuelFaria
Copy link

I ran `pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz`
and got 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.
scispacy 0.4.0 requires spacy<3.1.0,>=3.0.0, but you have spacy 3.4.4 which is incompatible.
en-core-web-sm 3.0.0 requires spacy<3.1.0,>=3.0.0, but you have spacy 3.4.4 which is incompatible.
docanalysis 0.2.0 requires spacy==3.0.7, but you have spacy 3.4.4 which is incompatible.
@hrshdhgd
Copy link

hrshdhgd commented Dec 28, 2022

You have scispacy version 0.4.0 installed as shown in the error and the en_core_sci_sm your are trying to install is for scispacy version 0.5.1. Upgrading scispacy will fix your issue.

@dakinggg dakinggg closed this as completed Jan 2, 2023
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