Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tensorflow on Raspberry Pi

I'm trying to install Tensorflow on Raspberry Pi. The OS is Ubuntu Mate, python2.7 and PIP version is 7.1.2

When I run this

pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

it tells that

"tensorflow-0.5.0... is not a supported wheel on this platform."

Is it possible to install Tensorflow on Raspberry? And someone knows what I'm missing?

like image 283
boje Avatar asked Nov 17 '15 08:11

boje


1 Answers

x86 is for intel-like cpu and 64 is for 64 bits that's not Raspberry pi's hardware...

like image 75
eaj Avatar answered Oct 20 '22 21:10

eaj