【发布时间】: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