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
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.
解决方案
-
85% 成功率
pip download pkg --platform manylinux2014_x86_64 --python-version 39 --only-binary=:all:
-
90% 成功率
pip install pkg --no-binary :all:
无效尝试
常见但无效的做法:
-
90% 失败
Pip will still reject the wheel due to incompatible tags.
-
80% 失败
Doesn't change the wheel compatibility.