As usual, thx for reading and answering my post if you can.
I’m trying to install Google’s tensorflow AI framework, but it is not based on Makefile, but rather on pip.
So I issued :
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.6.0-cp27-none-linux_x86_64.whl
as explained on https://www.tensorflow.org/versions/master/get_started/os_setup.html#download-and-setup, but pip returned :
tensorflow-0.6.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
I’m not familiar with pip & Co. Any idea ?
Thx again for reading.