无法安装 TensorFlow 1.x

Nde*_*v99 7 python tensorflow

我正在尝试为我尝试使用的软件包安装 Tensorflow 1.14。我试过: pip3 uninstall tensorflow

然后我尝试使用以下方法安装 Tensorflow 1.14: pip3 install tensorflow==1.14

我收到以下错误 ERROR: Could not find a version that satisfies the requirement tensorflow==1.14 (from versions: 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2) ERROR: No matching distribution found for tensorflow==1.14

我还尝试制作一个新的虚拟环境并尝试了以下命令,但没有用。有没有办法安装 Tensorflow 1?

小智 9

它适用于我使用以下命令安装 1.x tensorflow:

pip3 install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl
Run Code Online (Sandbox Code Playgroud)


boh*_*nko 8

我在话语中发现了什么:

You just need to make sure you’re using Python 3.5, 3.6 or 3.7. TensorFlow 1.15 does not support Python 3.8