Pip未安装TensorFlow Nightly Mac

时间:2018-12-25 23:47:31

标签: python python-3.x macos tensorflow pip

Pip没有每晚安装TensorFlow。还有其他安装方法吗?这是我尝试过的。

Louis-MacBook-Pro:~ yelouis$ python3 -m pip install tf-nightly
Collecting tf-nightly
  Could not find a version that satisfies the requirement tf-nightly (from versions: )
No matching distribution found for tf-nightly

Louis-MacBook-Pro:~ yelouis$ pip install tf-nightly
Collecting tf-nightly
  Could not find a version that satisfies the requirement tf-nightly (from versions: )
No matching distribution found for tf-nightly

terminal

更新:我已经下载了文件,并试图使用该路径安装pip。这是结果,但仍然无法正常工作。

terminal2

1 个答案:

答案 0 :(得分:0)

您可以尝试每晚从here下载tf,然后使用this安装。

确保下载与您的Python版本兼容的版本。