python
install_error
ai_generated
true
错误:未找到匹配的发行版 tensorflow==2.12.0
ERROR: No matching distribution found for tensorflow==2.12.0
ID: python/pip-no-matching-distribution-found
80%修复率
85%置信度
0证据数
2024-03-15首次发现
版本兼容性
| 版本 | 状态 | 引入 | 弃用 | 备注 |
|---|---|---|---|---|
| 3.9 | active | — | — | — |
根因分析
请求的包版本在PyPI上不存在或索引URL无法访问。
English
The requested package version does not exist on PyPI or the index URL is unreachable.
解决方案
-
95% 成功率 Specify an existing version or use latest
pip install tensorflow==2.15.0
-
90% 成功率 Check package availability on PyPI
pip index versions tensorflow
无效尝试
常见但无效的做法:
-
Upgrading pip to latest version
90% 失败
The version simply doesn't exist; pip version is irrelevant.
-
Clearing pip cache with `pip cache purge`
85% 失败
Cache is not the issue; the package version is absent from remote index.