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)