我在Mac上并尝试下载用于GPU的tensorflow 2.0,但是我尝试做的每一种方式都出现以下形式的错误:
"Could not find a version that satisfies the requirement"
我尝试了以下几种方法来使用Python 3.6下载它:
pip install tensorflow-gpu==2.0.0-alpha0
pip install tf-nightly-gpu-2.0-preview
我能够安装其他版本的tensorflow-gpu,但不能安装2.0版本。有人可以帮助我吗?
答案 0 :(得分:0)
我认为macOS 10.12.6(Sierra)或更高版本目前不支持gpu。
请参见tensorflow installation guide 该命令在Linux上有效,但在Mac上无效。