⚠️ Python 3.10 #9418
Replies: 3 comments 7 replies
-
I've noticed that I can install Spacy with Python 3.10 (on the current python:slim Docker image, that's based on Python 3.10) if I install build-essential first. I'm guessing that it's compiling it locally on my machine as part of the install. Is there any reason not to do this? I can't say I know enough about pip (or spacy) to understand fully what it's doing. |
Beta Was this translation helpful? Give feedback.
-
Happy to report that Python 3.10 wheels are now available with spaCy 3.1.4 ! |
Beta Was this translation helpful? Give feedback.
-
Any updates here? I just tried to install spaCy with Python 3.10 and it didn't work
The error is the following:
|
Beta Was this translation helpful? Give feedback.
-
Python 3.10 was recently released. Because this is a totally new Python version, spaCy and many of its dependencies need to be recompiled in order to support it. This will take a little while, and based on past experience wheels will probably not be available before November.
Until wheels are available, we recommend using 3.9 or other supported versions of Python.
We'll reply to this thread and make other announcements when 3.10 wheels are available.
Beta Was this translation helpful? Give feedback.
All reactions