Python 为什么赢了';我的电脑是否安装tensorflow的1.13.1版?

Python 为什么赢了';我的电脑是否安装tensorflow的1.13.1版?,python,tensorflow,pip,jupyter-notebook,Python,Tensorflow,Pip,Jupyter Notebook,我已经为这个问题挣扎了3个小时了,我已经尝试了多个anaconda环境,但它就是不起作用。我正在尝试使用tenforflow版本1.13.1,但我无法将其安装到pip 这是我一直在使用的代码(在jupyter笔记本中) 我一直收到的错误如下: WARNING: Skipping tensorflow as it is not installed. ------- ERROR: Could not find a version that satisfies the requirement tens

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

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

我一直收到的错误如下:

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

有谁能把我从这个完全错误的路径中拯救出来吗?

TensorFlow放弃了对python 3.8中版本
1.*
的支持:


我会尝试使用python 3.7或3.6,而不是

您使用的python版本是什么?您可能使用的是python 3.8,只有这些版本可以作为pip控制盘使用。@ORLEVII 3.6.12您确定吗?我看到您正在jupyter笔记本上运行命令。请运行
!python-V
?我使用的是python 3.6.12,所以这不应该是问题所在
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