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

时间:2018-06-06 14:42:45   收藏:0   阅读:3635

  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

原文:https://www.cnblogs.com/pgzhang/p/9144272.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!