samjabrahams / tensorflow-on-raspberry-pi

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

Build RPI2 version #12

Open TaylorHere opened 8 years ago

samjabrahams commented 8 years ago

Just for my own knowledge, have you tried installing the binaries that are targeted at the RPi3? I've had people tell me they've had success installing on RPi2.

Unfortunately, I don't have the resources to maintain different build processes for both the RPi2 and RPI3, so my ability to fulfill this feature request will have to be on hold.

samjabrahams commented 8 years ago

@TaylorHere Have you tried installing the binaries on RPi2?

jajoe commented 8 years ago

sudo pip3 install tensorflow-0.8.0-cp34-cp34m-linux_armv7l.whl works with my RPi2 Model B, and everything is OK. Thanks a lot, it's very useful ! (we need to use "sudo python3 ..." because of problems of permissions)

precesseur commented 7 years ago

I installed it on RPI2 Model B, python 2.7, pip. Seamless installation. Seems to work OK at least on first example (I am a beginner on tensorflow) Thanks a very big lot.