【发布时间】:2023-07-01 18:57:01
【问题描述】:
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
更新:我已经下载了文件并尝试使用路径来安装它。这是结果,但仍然无法正常工作。
【问题讨论】:
-
如果你的系统中也使用了anaconda,那么你也可以安装它。
标签: python python-3.x macos tensorflow pip