我尝试使用Python 3.6在我的Mac OS X 10.10.5(Yosemite)系统上安装tensorflow。这失败了消息:
pip install tensorflow --user
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
当然有tensorflow 1.0.0
package on pypi。该页面上不需要列出macOS版本号,但可安装的“whale”文件的名称类似于tensorflow-1.0.0-cp36-cp36m-macosx_10_11_x86_64.whl
。
我怀疑“10_11
”符号表示必须安装Mac OS X 10.11“El Capitan”或更高版本,但我找不到相应的声明。
Tensorflow Mac installation instructions对macOS版本要求保持沉默。他们还指示我们在这里询问安装问题。可选的nVidia CUDA库似乎需要10.11或更高版本。
任何人都可以给出明确的答案吗?