-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Несовместимость python 3.13 с spacy #4
Comments
При попытке скачать thinc через VS Code:Collecting thinc × Building wheel for thinc (pyproject.toml) did not run successfully.
inc.layers' is absent from the
inc.tests.mypy.configs' is absent from the
inc.tests.mypy.outputs' is absent from the
/MD -IC:\Users\r00t\AppData\Local\Temp\pip-build-env-aakido4s\overlay\Lib\site-packages\numpy_core\include -IC:\Users\r00t\AppData\Local\Program note: This error originates from a subprocess, and is likely not a problem with pip. |
Заменить python 3.13 на python 3.7-3.12? |
Все модули и функции, связанные с spacy, будут только на версии 3.11.0 |
thinc и spacy установлены на anaconda3. При переносе из site-packages анаконды в site-packages python313, появляется ошибка:
Collecting pydantic
Using cached pydantic-2.10.6-py3-none-any.whl.metadata (30 kB)
Collecting annotated-types>=0.6.0 (from pydantic)
Using cached annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
Collecting pydantic-core==2.27.2 (from pydantic)
Using cached pydantic_core-2.27.2-cp313-cp313-win_amd64.whl.metadata (6.7 kB)
Collecting typing-extensions>=4.12.2 (from pydantic)
Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Using cached pydantic-2.10.6-py3-none-any.whl (431 kB)
Using cached pydantic_core-2.27.2-cp313-cp313-win_amd64.whl (2.0 MB)
Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB)
Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Installing collected packages: typing-extensions, annotated-types, pydantic-core, pydantic
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the fo
llowing dependency conflicts.
spacy 3.2.4 requires blis<0.8.0,>=0.4.0, which is not installed.
spacy 3.2.4 requires catalogue<2.1.0,>=2.0.6, which is not installed.
spacy 3.2.4 requires cymem<2.1.0,>=2.0.2, which is not installed.
spacy 3.2.4 requires langcodes<4.0.0,>=3.2.0, which is not installed.
spacy 3.2.4 requires murmurhash<1.1.0,>=0.28.0, which is not installed.
spacy 3.2.4 requires pathy>=0.3.5, which is not installed.
spacy 3.2.4 requires preshed<3.1.0,>=3.0.2, which is not installed.
spacy 3.2.4 requires srsly<3.0.0,>=2.4.1, which is not installed.
spacy 3.2.4 requires typer<0.5.0,>=0.3.0, which is not installed.
spacy 3.2.4 requires wasabi<1.1.0,>=0.8.1, which is not installed.
thinc 8.0.17 requires blis<0.8.0,>=0.4.0, which is not installed.
thinc 8.0.17 requires catalogue<2.1.0,>=2.0.4, which is not installed.
thinc 8.0.17 requires cymem<2.1.0,>=2.0.2, which is not installed.
thinc 8.0.17 requires murmurhash<1.1.0,>=1.0.2, which is not installed.
thinc 8.0.17 requires preshed<3.1.0,>=3.0.2, which is not installed.
thinc 8.0.17 requires srsly<3.0.0,>=2.4.0, which is not installed.
thinc 8.0.17 requires wasabi<1.1.0,>=0.8.1, which is not installed.
spacy 3.2.4 requires click<8.1.0, but you have click 8.1.8 which is incompatible.
spacy 3.2.4 requires pydantic!=1.8,!=1.8.1,<1.9.0,>=1.7.4, but you have pydantic 2.10.6 which is incompatible.
thinc 8.0.17 requires pydantic!=1.8,!=1.8.1,<1.9.0,>=1.7.4, but you have pydantic 2.10.6 which is incompatible.
Successfully installed annotated-types-0.7.0 pydantic-2.10.6 pydantic-core-2.27.2 typing-extensions-4.12.2
WARNING: Target directory C:\Users\r00t\AppData\Local\Programs\Python\Python313\Lib\site-packages\typing_extensions-4.12.2.dist-info already exis
ts. Specify --upgrade to force replacement.
WARNING: Target directory C:\Users\r00t\AppData\Local\Programs\Python\Python313\Lib\site-packages\typing_extensions.py already exists. Specify --
upgrade to force replacement.
WARNING: Target directory C:\Users\r00t\AppData\Local\Programs\Python\Python313\Lib\site-packages_pycache_ already exists. Specify --upgrade t
o force replacement.
The text was updated successfully, but these errors were encountered: