Problem :
I am very beginner to Tensorflow. I am trying to install the Tensorflow but I am unable to do so.
I am following below procedure to install the tensorflow.
>>> python -V
Python 2.7.6
>>> pip -V
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
>>> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
>>> pip install tensorflow
On executing the above command I am facing below error.
Downloading/unpacking tensorflow
Could not find any downloads that satisfy the requirement tensorflow
Cleaning up...
No distributions at all found for tensorflow
Storing debug log for failure in /root/.pip/pip.log
I am stuck with this error from past couple of days. Still unable to fix it.
Please guide me in fixing this issue?