【发布时间】:2016-12-02 22:17:14
【问题描述】:
现在TensorFlow is finally released on Windows,我这两天一直在尝试安装它,仍然没有成功。需要一些帮助。
安装 Anaconda 3 后,我关注了the instructions here。但是除了激活环境之外无法继续进行......
【问题讨论】:
标签: python-3.x tensorflow anaconda
现在TensorFlow is finally released on Windows,我这两天一直在尝试安装它,仍然没有成功。需要一些帮助。
安装 Anaconda 3 后,我关注了the instructions here。但是除了激活环境之外无法继续进行......
【问题讨论】:
标签: python-3.x tensorflow anaconda
刚刚整理好东西……真是一段旅程!解决方法如下:
所以基本上,我们需要关注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 的已知错误造成的。
那么你就准备好了。尽情享受吧!
【讨论】: