Skip to content

Spacy/ thic.api #7695

Discussion options

You must be logged in to vote

It sounds like you may have ended up with a mixture of spacy v2 and spacy v3 dependencies, possibly from a downgrade that didn't run cleanly.

Our best suggestion is to try again in a brand new venv, installing prodigy directly without upgrading or downgrading spacy, which doesn't always work correctly with pip. Try something like this:

python -m venv .venv
source .venv/bin/activate
pip install -U pip setuptools wheel
pip install prodigy-*.whl

prodigy should automatically pull in the correct versions of spacy and all its dependencies.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kristinepetrosyan
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants
Converted from issue

This discussion was converted from issue #7691 on April 08, 2021 15:29.