安装TensorFlow 1.15

时间:2020-06-22 17:11:22

标签: python tensorflow tensorflow2.0

我一直在尝试安装 TensorFlow版本1 ,而且似乎不再存在。 我的项目需要TensorFlow v1,但不能使用v2

pip 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, 2.2.0) ERROR: No matching distribution found for tensorflow==1.15

如何安装此特定版本?

2 个答案:

答案 0 :(得分:0)

pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.5.0-py3-none-any.whl

此解决方案对我有用

答案 1 :(得分:0)

将pip升级到最新版本(19.0.1)适用于我的情况。

python -m pip install --upgrade pip