Windows下 Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow

时间:2018-06-06 15:22:02   收藏:0   阅读:911

  Tensorflow 需要 Python 3.5/3.6  64bit 版本:

技术分享图片

具体的安装方式可查看:https://www.tensorflow.org/install/install_windows

  

  命令提示符中输入 python 即可启动并查看当前版本:

技术分享图片

  

  查看具体的版本信息可输入:

1 python -v

  

  下载新的64bit 的 Python 版本进行安装即可。

Windows  Python3.6.5 64bit 下载地址:https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!