繁体   English   中英

Pip未安装TensorFlow Nightly Mac

[英]Pip is not installing TensorFlow Nightly Mac

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

终奌站

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

候机楼

您可以尝试从这里每晚下载tf- pip install <path/to/package>.whl ,然后使用pip install <path/to/package>.whl

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM