This question is an exact duplicate of:
- TensorFlow installation on Ubuntu 1 answer
When I try to install TensorFlow Google's Machine Learning library on Ubunto using command :
$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
i keep getting this error
tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
Storing debug log for failure in /home/user/.pip/pip.log
I am using pip installed on my machine and have python 2.7 installed on the machine as well
vmware image info :
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
Can anyone please help me to solve this error?