【发布时间】:2019-01-14 12:14:03
【问题描述】:
我正在尝试使用 Python3.7 将 tensorflow 安装到 Mac 上。但是,我收到了错误:
$ pip3 -v install tensorflow
...
Skipping link https://files.pythonhosted.org/packages/56/7a/c6bca0fe52a94ca508731d8b139e7dbd5a36cddc64c19f422f97e5a853e8/tensorflow-1.10.0rc1-cp36-cp36m-win_amd64.whl#sha256=3ab24374888d6a13d55ce2e3cf4ba0c9cd6f824723313db5322512087525cb78 (from https://pypi.org/simple/tensorflow/); it is not compatible with this Python
Could not find a version that satisfies the requirement tensorflow (from versions: )
Cleaning up...
Removed build tracker '/private/var/folders/4n/9342s4wd3jv0qzwjz8rxrygr0000gp/T/pip-req-tracker-3p60r2lo'
No matching distribution found for tensorflow
据我所知,这是因为 tensorflow 还不支持 Python3.7。作为一种解决方法,我想将 Python3.6 与 3.7 一起安装,然后将 tensorflow 安装到该版本。但是,我是 Mac 的新手,不确定在不弄乱现有 Python 版本的情况下执行此操作的正确方法。
我尝试过使用 brew,但看起来 Python3 已经非常具体了。我追求的正确方法是什么?
【问题讨论】:
标签: macos tensorflow python-3.6 python-3.7