I\'m getting installation error because pip couldn\'t find setup.py.
sudo pip install https://storage.googleapis.com/ten
I'm using ubuntu 12.04 64bits. I solve this issue by:
mkdir -p ~/code/download/lib/tensorflow/
cd ~/code/download/lib/tensorflow/
virtualenv --system-site-packages tensorflow_for_ubuntu12_04_64bit_python2_7
source tensorflow_for_ubuntu12_04_64bit_python2_7/bin/activate
cd tensorflow_for_ubuntu12_04_64bit_python2_7
pip install --upgrade tensorflow