在 Mac 中为 Python 3.7 安装 tensorflow 时出现问题
Issues while installing tensorflow for Python 3.7 in Mac
我正在使用安装了 python3.7.0 的 macOS Sierra(支持 GPU)。
每当我尝试使用以下命令安装 tensorflow 时,
pip3 install tensorflow
我遇到了以下问题:
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow.
欢迎任何帮助或建议。
Tensorflow 尚不支持 Python 3.7。使用 Python 3.6。参见 https://github.com/tensorflow/tensorflow/issues/17022。
我正在使用安装了 python3.7.0 的 macOS Sierra(支持 GPU)。 每当我尝试使用以下命令安装 tensorflow 时,
pip3 install tensorflow
我遇到了以下问题:
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow.
欢迎任何帮助或建议。
Tensorflow 尚不支持 Python 3.7。使用 Python 3.6。参见 https://github.com/tensorflow/tensorflow/issues/17022。