huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.83k stars 474 forks source link

Dependency Problem #356

Open mandanafasounaki opened 11 months ago

mandanafasounaki commented 11 months ago

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 commented 10 months ago

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