美文网首页
tensorflow win10安装

tensorflow win10安装

作者: ClarenceHoo | 来源:发表于2017-08-21 17:25 被阅读0次

    转自:http://blog.csdn.net/fool_frog/article/details/53422460

    https://www.tensorflow.org/versions/r0.12/get_started/os_setup.html#pip-installation-on-windows 安装了下,结果用Anaconda安装完python3.5后,在安装tensorflow时出现 “Cannot remove entries from nonexistent file c:\program files\anaconda3\lib\site-packages\easy-install.pth” 的问题。查看原因是因为setuptools版本太低,tensorflow要求29.0.1,当前版本为27.2.0,在更新setuptools版本的时候又找不到easy-install.pth,导致更新失败

    运行:pip install --upgrade --ignore-installed setuptools,问题解决!

    相关文章

      网友评论

          本文标题:tensorflow win10安装

          本文链接:https://www.haomeiwen.com/subject/pukhdxtx.html