samjabrahams / tensorflow-on-raspberry-pi

TensorFlow for Raspberry Pi
Other
2.25k stars 495 forks source link

Unsupported Wheel on Platform #131

Open RupinC opened 6 years ago

RupinC commented 6 years ago

Describe the Issue

Upon installing the Python 3.4 wheel file tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl, the installed puts our an error

tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl is not a supported wheel on this platform.

Steps to Reproduce

As described in the Github Repo For Python 3.4 wget https://github.com/samjabrahams/tensorflow-on-raspberry-pi/releases/download/v1.1.0/tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl sudo pip3 install tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl

Hardware/Software Info

Raspberry Pi Model 3 python3 --version is Python 3.4.3

Please provide the following information about your Raspberry Pi setup:

Relevant Console Output/Logs

tensorflow-1.1.0-cp34-cp34m-linux_armv7l.whl is not a supported wheel on this platform.

MyraBaba commented 6 years ago

anyupdate for this