lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

Raspberry Pi ARMv8 - Install fails for version 1.12 #43

Closed devopsoncloud closed 5 years ago

devopsoncloud commented 5 years ago

This is fantastic support for installing latest and greatest tensorflow on raspberry pi. Had problem installing.

(venv) pi@raspberrypi:~/tf $ sudo pip3 install tensorflow-1.12.0-cp35-none-linux_armv7l.whl tensorflow-1.12.0-cp35-none-linux_armv7l.whl is not a supported wheel on this platform.

After a little more exploration found that the Pi which i have is of ARMv8, so i am guessing that is what is making it fail.

This is the Raspberry Pi I am working with:

https://www.amazon.com/Raspberry-Pi-RASPBERRYPI3-MODB-1GB-Model-Motherboard/dp/B01CD5VC92/ref=olp_product_details?_encoding=UTF8&me=

devopsoncloud commented 5 years ago

Never mind. It seems it has nothing to do with the ARMv8.

I had upgraded my Python to 3.6.7 and hence the .whl did not work. Had to flash my Raspbian again and the default Python3 version of 3.5.3 with the OS worked just fine to install the latest Tensorflow 1.12.0