python system_error ai_generated true

错误:pkg-1.0-cp39-cp39-manylinux2014_x86_64.whl 不是此平台支持的 wheel。

ERROR: pkg-1.0-cp39-cp39-manylinux2014_x86_64.whl is not a supported wheel on this platform.

ID: python/pip-unsupported-tag

其他格式: JSON · Markdown 中文 · English
80%修复率
88%置信度
0证据数
2024-05-20首次发现

版本兼容性

版本状态引入弃用备注
3.8 active
3.9 active
3.10 active

根因分析

wheel 的平台标签与当前操作系统或 Python 版本不匹配。

English

The wheel's platform tag does not match the current operating system or Python version.

generic

解决方案

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

无效尝试

常见但无效的做法:

  1. 90% 失败

    Pip will still reject the wheel due to incompatible tags.

  2. 80% 失败

    Doesn't change the wheel compatibility.