Skip to content
Discussion options

You must be logged in to vote

It's intentional that spacy-transformers v1.2+ is only compatible with spacy v3.5+. The underlying concern is that spacy-transformers v1.2.x models aren't backwards-compatible with spacy-transformers v1.1.x.

We didn't want pip install spacy[transformers]>=3.4.0,<3.5.0 to potentially install a version of spacy-transformers where the saved models aren't compatible with a venv that was installed with the same requirement at an earlier date.

Since it might point to a problem on our side: how did you end up with spacy v3.4.4 and spacy-transformers v1.2.0 in the first place? pip won't 100% prevent you from installing conflicting packages, but it usually either upgrades/downgrades in the backgro…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bkp4113
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants