【发布时间】:2018-03-26 19:35:36
【问题描述】:
我正在尝试设置 tensorflow,但一旦我运行命令:pip3 install --upgrade tensorflow
(该命令适用于网站上列出的非 nvidia GPU(如我的 AMD GPU):https://www.tensorflow.org/install/install_windows)
但我得到这个错误:
'pip3' is not recognized as an internal or external command,
operable program or batch file.
我安装了 python 3.6 和 Anaconda 3(要求但它不起作用)。
【问题讨论】:
-
你应该使用 conda 来安装 tensorflow
标签: python tensorflow pip