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

其他格式: JSON · Markdown 中文 · English
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.

generic

解决方案

  1. 95% 成功率 Specify an existing version or use latest
    pip install tensorflow==2.15.0
  2. 90% 成功率 Check package availability on PyPI
    pip index versions tensorflow

无效尝试

常见但无效的做法:

  1. Upgrading pip to latest version 90% 失败

    The version simply doesn't exist; pip version is irrelevant.

  2. Clearing pip cache with `pip cache purge` 85% 失败

    Cache is not the issue; the package version is absent from remote index.