【发布时间】:2019-03-31 16:19:25
【问题描述】:
我正在尝试在我的 Mac 上通过 pip3 安装 TensorFlow。每当我运行命令 pip3 install tensorflow 或 pip3 install --upgrade tensorflow 时,我都会收到相同的错误...
Could not find a version that satisfies the requirement tensorflow (from versions: )
没有找到 tensorflow 的匹配分布
Python 版本:3.7.0
点子版本:18.1
还有其他安装方法吗?
【问题讨论】:
-
你试过
pip install tensorflow吗? -
Tensorflow 尚不支持 python 3.7,需要按照答案中的建议使用 python 3.6 或 anaconda。
标签: python tensorflow pip