【问题标题】:Tensorflow installation Mac error: unable to find matching distributionTensorflow安装Mac报错:找不到匹配的分布
【发布时间】:2019-04-08 10:41:45
【问题描述】:

我正在尝试在我的 Macintosh 计算机上安装 TensorFlow。当我遇到问题时,我正在按照他们网站上提供的说明进行操作。我在MacOS终端建立了一个虚拟环境,尝试使用pip通过命令安装TensorFlow

pip install tensorflow

当我收到以下消息时:

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

我该如何解决这个问题?感谢您提供的任何帮助。

真诚地, 苏伦·格里高利安

【问题讨论】:

  • 你的 Python 版本是多少?
  • 我的 Python 版本是 3.6.2 版。
  • 32 位还是 64? TensorFlow 需要 64 位。
  • 我的版本是 64 位的。
  • 也许这个其他问题可能会有所帮助? stackoverflow.com/questions/38896424/…

标签: python macos tensorflow neural-network pip


【解决方案1】:

尝试使用更新 pip python3 -m pip3 安装 --upgrade pip3 并通过指定 tensorflow 版本重试 pip3 安装张量流==2.3.1

【讨论】:

  • 请改进格式。然后答案变得更容易阅读。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-04-12
  • 1970-01-01
  • 1970-01-01
  • 2020-04-11
  • 1970-01-01
相关资源
最近更新 更多