【发布时间】:2019-01-18 17:15:50
【问题描述】:
您好,当我运行此命令时
pip install tensorflow==1.4.1
它没有运行并给出以下错误
找不到满足要求 tensorflow==1.4.1 的版本(来自版本:0.12.0rc0、0.12.0rc1、0.12.0、0.12.1、1.0.0、1.0.1、1.1.0rc0、 1.1.0rc1、1.1.0rc2、1.1.0、1.2.0rc0、1.2.0rc1、1.2.0rc2、1.2.0、1.2.1、1.3.0rc0、1.3.0rc1、1.3.0rc2、1.3.0、1.4。 0rc0, 1.4.0rc1, 1.4.0, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1、1.8.0rc0、1.8.0rc1、1.8.0、1.9.0rc0、1.9.0rc1、1.9.0rc2、1.9.0、1.10.0rc0、1.10.0rc1、1.10.0) 没有找到 tensorflow==1.4.1 的匹配分布
请告诉我如何在 cpu 中安装
【问题讨论】:
-
如错误所示,没有 1.4.1 版本,您可能想要 1.4.0。您也可以从上述堆栈跟踪中选择任何其他版本。
-
从版本列表中尝试另一个版本,或者直接 pip install tensorflow
标签: python-3.x tensorflow