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

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

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

  

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

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

  

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

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

相关文章:

  • 2021-12-13
  • 2021-12-05
  • 2022-01-30
  • 2022-12-23
  • 2021-05-17
  • 2021-10-15
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2021-05-18
  • 2022-12-23
  • 2021-09-02
  • 2021-09-06
  • 2021-04-13
相关资源
相似解决方案