【发布时间】:2021-05-29 13:36:46
【问题描述】:
我一直在尝试使用 pip 在我的 Win10 机器上安装 TensorFlow,我以前从未遇到过使用 pip 的问题,但由于某种原因,当我使用 pip 版本 21.0.1 运行 pip install tensorflow 时,我收到以下错误
ERROR: Could not find a version that satisfies the requirement tensorflow
ERROR: No matching distribution found for tensorflow
我尝试使用--user标签安装,但出现同样的问题,我从官网https://www.tensorflow.org/install得到安装命令,
如果有人知道是什么导致 pip 认为该软件包不存在,任何帮助表示赞赏。
【问题讨论】:
-
你有哪个python版本?
标签: python tensorflow pip