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

Also available as: JSON · Markdown · 中文
80%Fix Rate
88%Confidence
0Evidence
2024-05-20First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
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

  1. 85% success
    pip download pkg --platform manylinux2014_x86_64 --python-version 39 --only-binary=:all:
  2. 90% success
    pip install pkg --no-binary :all:

Dead Ends

Common approaches that don't work:

  1. 90% fail

    Pip will still reject the wheel due to incompatible tags.

  2. 80% fail

    Doesn't change the wheel compatibility.