Dependency error when installing spacy on Python 3.13.1 #13755
Replies: 2 comments
-
Spacy v3.8.5+ now supports Python 3.13. |
Beta Was this translation helpful? Give feedback.
-
Could one of the developers explain why to specify the upper cap for Python version? This creates real problems when installing dependencies when using modern dependency managers that do dependency graph analyses and check version compatibility, such as Poetry. A lot has already been broken about this, numpy and scipy have abandoned this practice, despite the fact that these packages have a strong dependency on CPython internals. There's no need to restrict the upper version of Python in libraries. It just doesn't work in the real world. Please see this article: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to spacy and wanted to install it for my python project with pip install spacy. But there seems to be dependency problems. I have Pythyon 3.13.1 on a windows system installed. Similar questions are on Stackoverflow but with no answers. It seems that spacy for Python 3.13 is still missing. When will it be arrive?
Beta Was this translation helpful? Give feedback.
All reactions