Spacy keeps installing v4.0.0.dev3 (or a version of 3.8.2. that falsely claims to be v4) #13682
Unanswered
mattmcgrattan
asked this question in
Help: Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per the topic title. I'm running an Apple Silicon mac, and if I do an install into a blank virtual environment using Python3.9 or Python3.10, Spacy defaults to installing v4, which is explicitly NOT what I want as there are no available language models and breaking changes.
I'm following the instructions at Spacy.io:
And then
spacy info
reports:However,
pip freeze
reports:Trying to train models it fails to load the relevant model files, even when I explicitly install from the relevant wheel.
Beta Was this translation helpful? Give feedback.
All reactions