简体   繁体   English

Pip未安装TensorFlow Nightly Mac

[英]Pip is not installing TensorFlow Nightly Mac

Pip is not installing TensorFlow Nightly. Pip未每晚安装TensorFlow。 Is there another way I can install it? 还有其他安装方法吗? Here is what I tried. 这是我尝试过的。

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

终奌站

Update: I have downloaded the file and trying to use the path to have pip install it. 更新:我已经下载了该文件,并尝试使用该路径安装pip。 Here are the results and it is still not working. 这是结果,它仍然无法正常工作。

候机楼

You could try downloading tf-nightly from here , then install using pip install <path/to/package>.whl . 您可以尝试从这里每晚下载tf- pip install <path/to/package>.whl ,然后使用pip install <path/to/package>.whl

Make sure you download the one that is compatible with your Python version. 确保下载与您的Python版本兼容的版本。

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

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