Windows 上的 TensorFlow:使用 Anaconda 3 安装时出错

TensorFlow on Windows: Error when installing with Anaconda 3

现在TensorFlow is finally released on Windows,过去两天我一直在尝试安装它,但仍然没有成功。需要一些帮助。

安装Anaconda 3后,我跟着the instructions here。但是除了激活环境之外无法继续进行...

刚把事情整理好……真是一段旅程!!解决方案如下:

所以基本上,我们需要遵循 the process here。此外,您可能会收到如下错误消息:

Cannot remove entries from nonexistent file c:\users\george.liu\appdata\local\co
ntinuum\anaconda3\lib\site-packages\easy-install.pth

因此,您只需要在 Anaconda Prompt 中执行此操作即可:

pip install --upgrade --ignore-installed https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl

这是由于一个已知错误 explained here

那么你已经准备好了。享受吧!!