相关疑难解决方法(0)

使用pip找不到TensorFlow

我正在尝试使用pip来安装TensorFlow:

$ pip install tensorflow --user
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
Run Code Online (Sandbox Code Playgroud)

我究竟做错了什么?到目前为止,我已经使用了Python和pip而没有任何问题.

python pip tensorflow

505
推荐指数
21
解决办法
57万
查看次数

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

我已经在这个问题上苦苦挣扎了 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: …
Run Code Online (Sandbox Code Playgroud)

python pip tensorflow jupyter-notebook

1
推荐指数
1
解决办法
1万
查看次数

标签 统计

pip ×2

python ×2

tensorflow ×2

jupyter-notebook ×1