【发布时间】:2019-05-28 14:02:39
【问题描述】:
我在 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 版本。有人可以帮助我吗?
【问题讨论】: