-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Description
Describe the bug
Cannot run poetry install
with Python 3.13
To Reproduce
- assert
python --version
>= 3.13 - run
poetry install
- assert install fail
Logs
Note: This error originates from the build backend, and is likely not a problem with poetry but one of the following issues with grpcio (1.62.1)
- not supporting PEP 517 builds
- not specifying PEP 517 build requirements correctly
- the build requirements are incompatible with your operating system or Python version
- the build requirements are missing system dependencies (eg: compilers, libraries, headers).
You can verify this by running pip wheel --no-cache-dir --use-pep517 "grpcio (==1.62.1)".
The project uses grpcio
version 1.62.1
which seems to be incompatible with python 3.13
testcontainers-python/poetry.lock
Lines 1839 to 1841 in 60d21f8
[[package]] | |
name = "grpcio" | |
version = "1.62.1" |
From my testing dependencies to bump: pymilvus
, cffi
, greenlet
& pandas
(PR tentative : axel7083#2)
Metadata
Metadata
Assignees
Labels
No labels