After installing tensorflow, pycharm error:
If these problems occur during the installation of
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
TensorFlow, the version of Python is too high.
Use instructions: python –Version View the Python version currently used
The Python version supported by
TensorFlow is only Python3.5, as shown in the Python version in the figure significantly too high.
Now there are two solutions:
first:
Remove the current python and install python3.5
Second type:
Specify the installation of tensorflow supporting high version python
Use instructions:
python3 -m pip install –upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl