Cannot install CPython 3.10 wheels #8312
Labels
PEP implementation
Involves some PEP
project: setuptools
Related to setuptools
type: support
User Support
Environment
Running inside a container
Description
Whenever I build a wheel with
pip wheel .
for a package like Cython, I get an error when installing it, saying the wheel is unsupported. However,py3-none-any
-wheels install and build fine.Expected behavior
I expected it to install, just like in 3.9.
How to Reproduce
Compile CPython 3.10a0 from GitHub, clone Cython, build the wheel, install it.
Output
Further Debug Info
The text was updated successfully, but these errors were encountered: