Issues while installing tensorflow for Python 3.7 in Mac

独自空忆成欢 提交于 2019-12-11 18:53:23

问题


I am using macOS Sierra(on GPU support) with python3.7.0 installed. Whenever I am trying to install tensorflow with the following command,

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.


回答1:


Tensorflow does not support Python 3.7 yet. Use Python 3.6. See https://github.com/tensorflow/tensorflow/issues/17022.



来源:https://stackoverflow.com/questions/52585131/issues-while-installing-tensorflow-for-python-3-7-in-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!