【问题标题】:Trouble installing TensorFlow安装 TensorFlow 时遇到问题
【发布时间】:2017-11-09 13:47:49
【问题描述】:

当尝试使用pip3 install tensorflow-gpu 安装tensorflow-gpu 时,我收到以下错误消息:

Collecting tensorflow-gpu
Could not find a version that satisfies the requirement tensorflow-gpu (from versions: )
No matching distribution found for tensorflow-gpu

我已经安装了NVIDIA CUDA drivers。我已经重新启动了我的系统。我用python-3.7.0a2-amd64-webinstall.exe 重新安装了python。我做错了什么?

【问题讨论】:

    标签: python windows tensorflow pip


    【解决方案1】:

    试试这个:

    pip3 install --upgrade tensorflow-gpu
    

    【讨论】:

    • 你确定tensorflow支持python 3.7吗?
    【解决方案2】:

    使用 Python 3.5.x 修复了该问题。

    【讨论】:

      猜你喜欢
      • 2022-01-05
      • 1970-01-01
      • 1970-01-01
      • 2020-11-11
      • 2014-09-11
      • 2013-12-24
      • 2020-02-27
      • 2018-02-25
      • 2011-06-06
      相关资源
      最近更新 更多