如何在python上安装tensorflow

时间:2018-04-21 00:03:15

标签: python tensorflow pip anaconda gpu

我想安装tensorflow。我在anoconda提示符中使用了这些命令:

1- conda create -n tensorflow pip python=3.5 
2- activate tensorflow

下一步是以下命令,但不起作用:

(tensorflow)C:> pip install --ignore-installed --upgrade tensorflow-gpu

回复是:

'pip' is not recognized as an internal or external command,
operable program or batch file.

如果有人帮助我,我们将不胜感激。

1 个答案:

答案 0 :(得分:0)

我也在Windows 7上使用Anaconda并以这种方式安装了Tensorflow:

在开始菜单中启动cmd.exe,然后使用ctrl-c将路径复制到Anaconda-Installation(Python.exe所在的位置)。在cmd-window中写入cd(更改目录)并用鼠标右键粘贴Anaconda-path,按enter键。现在,你在Anaconda路径中写道: python -m pip install --upgrade tensorflow