-
Notifications
You must be signed in to change notification settings - Fork 3k
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
cp3-<abi>-<platform> is not a supported platform #7637
Comments
Might be a duplicate of #7626 |
Related to #6908 |
Personally never seen this before |
Yep -- you're correct. This is a duplicate of #7626. :) |
Release 20.0.2 which solved the duplicate did not solve this issue. |
I brought this up specifically in pypa/packaging#231 (comment). Can you please file an issue in pypa/packaging? |
I've closed the issue in pypa/packaging and I'm going to close this one too. |
Environment
Description
Installing wheels with a python tag of cp3 fails in my environment.
> pip install test_wheel-1.2.0-cp3-abi3-win32.whl ERROR: test_wheel-1.2.0-cp3-abi3-win32.whl is not a supported wheel on this platform.
Changing the cp3 to cp33 causes the pip install to succeed.
Expected behavior
The install to succeed. cp3-abi3-<platform> is used as an example in PEP425.
How to Reproduce
Also pip installing any wheel with a python tag of cp3 fails.
Output
The text was updated successfully, but these errors were encountered: