为什么我的电脑无法安装 1.13.1 版本的 TensorFlow?

Bri*_*tta 1 python pip tensorflow jupyter-notebook

我已经在这个问题上苦苦挣扎了 3 个小时,我尝试了多种 anaconda 环境,但它就是行不通。我正在尝试使用 tenforflow 版本 1.13.1,但无法将其安装到 pip install

这是我一直在使用的代码(在 jupyter 笔记本中)

!pip uninstall tensorflow -y
print('-----')
!pip install tensorflow==1.13.1
print('_____')
!pip install tensorflow-gpu==1.13.1
Run Code Online (Sandbox Code Playgroud)

我不断收到的错误如下:

WARNING: Skipping tensorflow as it is not installed.
-------
ERROR: Could not find a version that satisfies the requirement tensorflow==1.13.1 (from versions: 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1)
ERROR: No matching distribution found for tensorflow==1.13.1
_______
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.13.1 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.13.1
Run Code Online (Sandbox Code Playgroud)

有人能把我从这条完全错误的道路上拯救出来吗???

orl*_*vii 7

1.*TensorFlow 放弃了对 python 3.8版本的支持: https://github.com/tensorflow/tensorflow/issues/39768

我会尝试使用 python 3.7 或 3.6