Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x Windows上的TensorFlow:使用Anaconda 3安装时出错_Python 3.x_Tensorflow_Anaconda - Fatal编程技术网

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

Python 3.x Windows上的TensorFlow:使用Anaconda 3安装时出错,python-3.x,tensorflow,anaconda,Python 3.x,Tensorflow,Anaconda,现在,我已经试着安装了2天,仍然没有成功。需要帮忙吗 在安装了Anaconda3之后,我跟着安装了它。但是除了激活环境之外,无法继续进行下去 刚刚把事情整理好……真是一段旅程!!解决方案如下: 所以基本上,我们需要跟进。此外,您可能会收到如下错误消息: Cannot remove entries from nonexistent file c:\users\george.liu\appdata\local\co ntinuum\anaconda3\lib\site-packages\easy-i

现在,我已经试着安装了2天,仍然没有成功。需要帮忙吗


在安装了Anaconda3之后,我跟着安装了它。但是除了激活环境之外,无法继续进行下去

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

所以基本上,我们需要跟进。此外,您可能会收到如下错误消息:

Cannot remove entries from nonexistent file c:\users\george.liu\appdata\local\co
ntinuum\anaconda3\lib\site-packages\easy-install.pth
因此,您只需在Anaconda提示符中执行此操作:

pip install --upgrade --ignore-installed https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl
这是由于一个名为的已知错误造成的


那你就准备好了。享受

这在Windows中对我有效。我早些时候安装了Anaconda。解决方案非常好。谢谢alott*: