Cannot install spacy on Python 3.10.0 (64 bit) Windows 10 #9417
-
Hi All, I'm struggling to install spaCy on my machine with pip using the documentation. I'm running windows 10 and Python 3.10.0 (64bit) and trying to install spaCy 3.1.3. Over the passed two days I've installed and unistalled python several times from python.org using their windows installed (not from windows store) with and without the PATH options and still receive the same result. I also created fresh envirionment and activated it, yet get the same error. finally, i tried to install with ...pip install spacy --no-cache-dir see results below .... c:\dev\Automagixa\env>Scripts\activate (env) c:\dev\Automagixa\env>pip install spacy --no-cache-dir
WARNING: Discarding https://files.pythonhosted.org/packages/8a/25/73d38655125d46a543656c0f025b3394a2ee010af3d0c46ed75d554bc1a9/preshed-3.0.4.tar.gz#sha256=13a779205d55ce323976ac06df597f9ec2d6f0563ebcf5652176cf4520c7d540 (from https://pypi.org/simple/preshed/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, please use python 3.9 for now. Our build/CI infrastructure doesn't support python 3.10 yet, so it may be a month or so before binary wheels are available. A related issue: #9391 |
Beta Was this translation helpful? Give feedback.
-
Please follow #9418 for updates on this. |
Beta Was this translation helpful? Give feedback.
Hi, please use python 3.9 for now. Our build/CI infrastructure doesn't support python 3.10 yet, so it may be a month or so before binary wheels are available. A related issue: #9391