首页 > 解决方案 > Pip 未安装 TensorFlow Nightly Mac

问题描述

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

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

终端

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

终端2

标签: pythonpython-3.xmacostensorflowpip

解决方案


您可以尝试从此处下载 tf-nightly ,然后使用pip install <path/to/package>.whl.

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


推荐阅读