Open
Description
I failed to install bezier in Python 3.13. It says that only 3.10, 3.11 and 3.12 are supported.
- Python version: 3.13
- pip version: 25.0.1
- System: Windows 11
pip install bezier
Defaulting to user installation because normal site-packages is not writeable
Collecting bezier
Using cached bezier-2024.6.20.tar.gz (354 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
The current Python version (3.13) is not supported.
The supported versions are: 3.10, 3.11 and 3.12
Using `bezier` on an unsupported version of Python is not known to work. You
may be seeing this message as part of a source distribution (`sdist`) install
because no wheels exist on PyPI for your current Python environment. The
Python environment is uniquely identified by Python version, operating
system (ABI) and architecture (platform). You are likely seeing this message
because a new version of Python has been released. To disable this check, set
the `BEZIER_IGNORE_VERSION_CHECK` environment variable.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Metadata
Metadata
Assignees
Labels
No labels