I\'m trying to intstall TensorFlow using pip:
$ pip install tensorflow --user Collecting tensorflow Could not find
Nothing here worked for me on Windows 10. Perhaps an updated solution below that did work for me.
python -m pip install --upgrade tensorflow.
python -m pip install --upgrade tensorflow
This is using Python 3.6 and tensorflow 1.5 on Windows 10