You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same issue that on 13658/stackoverflow.
It seems that the wheels with the binaries are not available for Python 3.14 yet.
The issue is with blis installation.
How to reproduce the behaviour
Install SpaCy (pip) in the latest version of Python (3.14.0)
pip3.14 install spacy
Workaround
Use an older version of Python:
py -3.13 -m pip install spacy
Your Environment
Operating System: WindowOS (11)
Python Version Used: 3.14.0
spaCy Version Used: latest (pip install spacy)
Environment Information: amd64
ChamalGomesHSO, Dillonwong12, NixBiks, alvissraghnall, iscle and 3 morereneleonhardt