【问题标题】:How to correctly install TensorFlow using pip?如何使用 pip 正确安装 TensorFlow?
【发布时间】:2019-03-31 16:19:25
【问题描述】:

我正在尝试在我的 Mac 上通过 pip3 安装 TensorFlow。每当我运行命令 pip3 install tensorflowpip3 install --upgrade tensorflow 时,我都会收到相同的错误...

Could not find a version that satisfies the requirement tensorflow (from versions: )

没有找到 tensorflow 的匹配分布

Python 版本:3.7.0

点子版本:18.1

还有其他安装方法吗?

【问题讨论】:

  • 你试过pip install tensorflow吗?
  • Tensorflow 尚不支持 python 3.7,需要按照答案中的建议使用 python 3.6 或 anaconda。

标签: python tensorflow pip


【解决方案1】:

你不使用“笔记本”吗? 'Anaconda' 和 'notebook' 最适合使用 python 和 ML 包。你不应该有 conda 的麻烦。

试试“pip install tensorflow”

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-09-16
    • 1970-01-01
    • 1970-01-01
    • 2021-05-05
    • 1970-01-01
    相关资源
    最近更新 更多