python
system_error
ai_generated
true
ERROR: pkg-1.0-cp39-cp39-manylinux2014_x86_64.whl is not a supported wheel on this platform.
ID: python/pip-unsupported-tag
80%Fix Rate
88%Confidence
0Evidence
2024-05-20First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3.8 | active | — | — | — |
| 3.9 | active | — | — | — |
| 3.10 | active | — | — | — |
Root Cause
The wheel's platform tag does not match the current operating system or Python version.
generic中文
wheel 的平台标签与当前操作系统或 Python 版本不匹配。
Workarounds
-
85% success
pip download pkg --platform manylinux2014_x86_64 --python-version 39 --only-binary=:all:
-
90% success
pip install pkg --no-binary :all:
Dead Ends
Common approaches that don't work:
-
90% fail
Pip will still reject the wheel due to incompatible tags.
-
80% fail
Doesn't change the wheel compatibility.