I\'m trying to intstall TensorFlow using pip:
$ pip install tensorflow --user Collecting tensorflow Could not find
I was facing the same issue. I tried the following and it worked. installing for Mac OS X, anaconda python 2.7
pip uninstall tensorflow export TF_BINARY_URL= pip install --upgrade $TF_BINARY_URL
Installed tensorflow-1.0.0