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

conflicts in versions of package #4

Open
jasonlee27 opened this issue Jan 26, 2023 · 1 comment
Open

conflicts in versions of package #4

jasonlee27 opened this issue Jan 26, 2023 · 1 comment

Comments

@jasonlee27
Copy link

Hello,

I try to use biasfinder and there is an conflicts of versions between spacy, neuralcoref and en_core_web_lg
For running neuralcoref, it requires spacy v2.x.x, not v3.x.x
However, loading en_core_web_lg, it is incompatible with the spacy v2.x.x, but requires spacy v3.5.

To use both en_core_web_lg and neuralcoref, there is conflicts between them.
I would like to respecfully ask for the suggestion to resolve the conflict.
I would appreciate if you could help me with it.

@mhilmiasyrofi
Copy link
Collaborator

Hi @jasonlee27,

Thank you for raising the issue.
If I'm not mistaken, installing neuralcoref directly using PyPI will not work.

Please install neuralcoref from the source by following the instruction in their github repository:

Install NeuralCoref from source

venv .env
source .env/bin/activate
git clone https://github.com/huggingface/neuralcoref.git
cd neuralcoref
pip install -r requirements.txt
pip install -e .

Please let me know if you still facing the conflict of versions issue after performing the procedure above :)

Many thanks,
Hilmi

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