我正在尝试为我尝试使用的软件包安装 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)
| 归档时间: |
|
| 查看次数: |
4492 次 |
| 最近记录: |