I\'m trying to intstall TensorFlow using pip:
$ pip install tensorflow --user Collecting tensorflow Could not find
For windows this worked for me,
Download the wheel from this link. Then from command line navigate to your download folder where the wheel is present and simply type in the following command -
pip install tensorflow-1.0.0-cp36-cp36m-win_amd64.whl