TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

tensorflow-1.10.0-cp35-none-linux_armv7l.whl is not a supported wheel on this platform. Storing debug log for failure in /root/.pip/pip.log

Open Devraj004 opened this issue 7 years ago • 3 comments
trafficstars

Hi, This project is really interesting but some how i am struggling from last 2 days and getting this error every time. tensorflow-1.10.0-cp35-none-linux_armv7l.whl is not a supported wheel on this platform. Storing debug log for failure in /root/.pip/pip.log

My raspberry is running on version "jessie desktop".

Please help me to resolve it.

Regards Devraj

Devraj004 avatar Oct 01 '18 11:10 Devraj004

You can now install TensorFlow just by issuing these commands in the Pi terminal:

sudo apt-get install libatlas-base-dev
pip3 install tensorflow

Will you try that and see if it works?

EdjeElectronics avatar Oct 03 '18 00:10 EdjeElectronics

i had the same problem as Devraj004. I tried your fix Edje but i get this pi@raspberrypi:~/tf $ pip3 install tensorflow 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 /home/pi/.pip/pip.log sudo apt install libatlas worked but the install tensorflow on the second line didnt

phdaerospace avatar Apr 25 '19 15:04 phdaerospace

Well i found that the tensor flow for ARM has all the whl files for Python 3.5 and i was running python 3.4. I just upgraded the Pyhton to 3.5.2 and tf started installing.

phdaerospace avatar Apr 25 '19 17:04 phdaerospace