简体   繁体   English

在Mac中为Python 3.7安装Tensorflow时出现的问题

[英]Issues while installing tensorflow for Python 3.7 in Mac

I am using macOS Sierra(on GPU support) with python3.7.0 installed. 我正在使用安装了python3.7.0的macOS Sierra(在GPU支持上)。 Whenever I am trying to install tensorflow with the following command, 每当我尝试使用以下命令安装tensorflow时,

pip3 install tensorflow

I am getting the following issues: 我遇到以下问题:

  Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow.

Any help or suggestions are welcome. 欢迎任何帮助或建议。

Tensorflow does not support Python 3.7 yet. Tensorflow目前还不支持Python 3.7。 Use Python 3.6. 使用Python 3.6。 See https://github.com/tensorflow/tensorflow/issues/17022 . 参见https://github.com/tensorflow/tensorflow/issues/17022

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM