I am experiencing a weird issue, on ubuntu 14.04 with python2.7.9 installed in a custom folder when trying to install tensorflow from inside a virtualenv that is using the custom python build pip doesn't seem to find tensorflow.
virtualenv venv --python=/opt/python279/bin/python2.7
cd venv
source bin/activate
pip install tensorflow
Collecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow
other packages install normally :/ I am utterly confused