cp3-<abi>-<platform> is not a supported platform
See original GitHub issueEnvironment
- pip version: 20.0.1
- Python version: Python 3.7.0 (cpython win32)
- OS: Windows 10
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
import sys
import pip._internal.pep425tags
tags = [str(tag) for tag in pip._internal.pep425tags.get_supported()]
print("supported:", *tags)
cp3_abi3_tag = "cp3-abi3-{}".format(sys.platform)
print("supports {}?".format(cp3_abi3_tag), cp3_abi3_tag in tags)
Also pip installing any wheel with a python tag of cp3 fails.
Output
supported: cp37-cp37m-win32 cp37-abi3-win32 cp37-none-win32 cp36-abi3-win32 cp35-abi3-win32 cp34-abi3-win32 cp33-abi3-win32 cp32-abi3-win32 py37-none-win32 cp37-none-any py37-none-any py3-none-any py36-none-any py35-none-any py34-none-any py33-none-any py32-none-any py31-none-any py30-none-any
supports cp3-abi3-win32? False
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
I get an error, 'platform is not supported' when I run the
Hi, I wish to upgrade to W8 my old Laptop thinkPad T61. Currently I have WXP 32b with SP3 installed, the key is...
Read more >Checking for Object enablers - Civil 3D - Autodesk Forums
Hi Guys, Why is it that my C3D checks for object enablers on the AutoDESK website command after command..... Is this feature able...
Read more >UFC 4-010-06 Cybersecurity of Facility-Related Control ...
support passwords). While implementation of the Platform Enclave is not the designer's responsibility (a key point of the Platform Enclave ...
Read more >UFC 4-010-06 Cybersecurity of Facility-Related Control Systems
support passwords). While implementation of the Platform Enclave is not the designer's responsibility (a key point of the Platform Enclave ...
Read more >CP3A: Reklaim Ltd Stock Price Quote - Bloomberg
The Company offers platform which allows consumers to opt-in to share specific pieces of data with brands, agencies, and companies in exchange for ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve closed the issue in pypa/packaging and I’m going to close this one too.
See https://github.com/pypa/packaging/issues/261#issuecomment-580076017
I brought this up specifically in pypa/packaging#231 (comment). Can you please file an issue in pypa/packaging?