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
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:Windows下 Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow - Python技术站