gpt4 book ai didi

python - 无法在 Ubuntu 20.04 上安装 1.x 版本的 Tensorflow

转载 作者:行者123 更新时间:2023-12-04 18:26:30 25 4
gpt4 key购买 nike

我的 CPU 没有 AVX 指令,所以我不得不安装低于 1.16 的 Tensorflow 版本。我在用着
pip3 install tensorflow==1.15
我收到了这个错误:

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4)
ERROR: No matching distribution found for tensorflow==1.15

我正在运行 Ubuntu 20.04,并且我已经更新了所有软件包。我什至将 python 降级到 3.6.9,但我仍然无法安装旧版本的 Tensorflow

最佳答案

这经常发生在 pip不是最新的。

如果您使用的是虚拟环境,请使用

pip install --upgrade pip
pip install tensorflow==1.15

如果您使用的是系统解释器,请使用它(可能需要 sudo):
pip3 install --upgrade pip
pip3 install tensorflow==1.15

关于python - 无法在 Ubuntu 20.04 上安装 1.x 版本的 Tensorflow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61645812/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com