问题
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