samjabrahams / tensorflow-on-raspberry-pi

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

tensorflow 0.12 binary fails to install on python3.5 #67

Open patchper opened 7 years ago

patchper commented 7 years ago

tensorflow 0.12 binary cannot be installed on python3.5 provided by raspbian stretch. the log only shows "not a supported wheel on this platform."

$ pip3 install tensorflow-0.12.1-cp34-cp34m-linux_armv7l.whl
tensorflow-0.12.1-cp34-cp34m-linux_armv7l.whl is not a supported wheel on this platform.

Relevant Console Output/Logs

samjabrahams commented 7 years ago

Thanks for opening this up @patchper - you're right; with the more recent versions of TensorFlow the 3.5 nlbinary has to be compiled separately. I'll try to have a 3.5 binary out this week.

samjabrahams commented 7 years ago

Hi @patchper - I'm sorry to defer this off until later, but I just realized that this is referring to an unofficial/unsupported Raspbian distribution (at least for now). I don't have the resources to support anything but the core Raspbian distro at this time, and seeing as Python 3.5 isn't available on Jessie (aside from building from source), I won't be making a binary for it.

If you really need to use Python 3.5, I encourage you to follow the guide to build the binaries from source!

BichenZhang commented 6 years ago

Hi @samjabrahams, are you going to update the python 3.5 version wheel now? coz it seems like 3.5 now is an official distribution.

Dampod commented 6 years ago

Hello Sam,

I was wondering if you could update the tensorflow installation on raspberry pi guide as I cannot get the wheel to install on Raspbian Stretch.

Many thanks, D

BichenZhang commented 6 years ago

Rename the whl filefrom 34 to 35 and have a try.

On Thu, Oct 5, 2017 at 6:06 AM Dampod notifications@github.com wrote:

Hello Sam,

I was wondering if you could update the tensorflow installation on raspberry pi guide as I cannot get the wheel to install on Raspbian Stretch.

Many thanks, D

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-334420479, or mute the thread https://github.com/notifications/unsubscribe-auth/AYwinV4nlVjtBLbzPyIE3762kSjuE9Gbks5spKoxgaJpZM4Lr7LI .

Dampod commented 6 years ago

Hi! Thank you for your response - I've tried doing that but it still did not work

lhelontra commented 6 years ago

@Dampod Hi, I released pip package for pi one/2/3 and odroid-c2: https://github.com/lhelontra/tensorflow-on-arm/releases/tag/v1.3.1

Dampod commented 6 years ago

Many thanks kind sir! I've tried this and it worked like magic - very grateful!

If I can be cheeky and ask for something similar for Asus TinkerBoard that'd be awersome lol.

Best, D

jainraje commented 6 years ago

@Dampod im having diffucilty install the tensorflow on my rpi3/python3.5.3/raspbian stretch environment. Would you be kind enough to list out the precise commands to install?

ron333 commented 6 years ago

Take a look at:

https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md

On Oct 25, 2017, at 12:53 AM, Rajeev Jain notifications@github.com wrote:

@Dampod https://github.com/dampod im having diffucilty install the tensorflow on my rpi3/python3.5.3/raspbian stretch environment. Would you be kind enough to list out the precise commands to install?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-339213973, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD_woPwpq07-KGNJ0Va_bRNDFfio_8Nks5svr7EgaJpZM4Lr7LI.

jainraje commented 6 years ago

Hi thanks for your response. Just to confirm, it must be built...no binaries available?

=== Rajeev Jain Jainraje@yahoo.com

On Oct 25, 2017, at 11:23 AM, Ronald Mourant notifications@github.com wrote:

Take a look at:

https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md

On Oct 25, 2017, at 12:53 AM, Rajeev Jain notifications@github.com wrote:

@Dampod https://github.com/dampod im having diffucilty install the tensorflow on my rpi3/python3.5.3/raspbian stretch environment. Would you be kind enough to list out the precise commands to install?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-339213973, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD_woPwpq07-KGNJ0Va_bRNDFfio_8Nks5svr7EgaJpZM4Lr7LI.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

ron333 commented 6 years ago

Yes. The instructions are clear and it is easy to do.

Ron

On Oct 25, 2017, at 4:37 PM, Rajeev Jain notifications@github.com wrote:

Hi thanks for your response. Just to confirm, it must be built...no binaries available?

=== Rajeev Jain Jainraje@yahoo.com

On Oct 25, 2017, at 11:23 AM, Ronald Mourant notifications@github.com wrote:

Take a look at:

https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md

On Oct 25, 2017, at 12:53 AM, Rajeev Jain notifications@github.com wrote:

@Dampod https://github.com/dampod im having diffucilty install the tensorflow on my rpi3/python3.5.3/raspbian stretch environment. Would you be kind enough to list out the precise commands to install?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-339213973, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD_woPwpq07-KGNJ0Va_bRNDFfio_8Nks5svr7EgaJpZM4Lr7LI.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-339463523, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD_wu8wjcXhWqTUEte4OmpuDKUGnBf5ks5sv5wGgaJpZM4Lr7LI.

jainraje commented 6 years ago

Ok. Your response is very helpful. Thank you again!

On Oct 25, 2017, at 1:45 PM, Ronald Mourant notifications@github.com wrote:

Yes. The instructions are clear and it is easy to do.

Ron

On Oct 25, 2017, at 4:37 PM, Rajeev Jain notifications@github.com wrote:

Hi thanks for your response. Just to confirm, it must be built...no binaries available?

=== Rajeev Jain Jainraje@yahoo.com

On Oct 25, 2017, at 11:23 AM, Ronald Mourant notifications@github.com wrote:

Take a look at:

https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md https://github.com/tfors/rpi-tf/blob/master/doc/install_tensorflow.md

On Oct 25, 2017, at 12:53 AM, Rajeev Jain notifications@github.com wrote:

@Dampod https://github.com/dampod im having diffucilty install the tensorflow on my rpi3/python3.5.3/raspbian stretch environment. Would you be kind enough to list out the precise commands to install?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-339213973, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD_woPwpq07-KGNJ0Va_bRNDFfio_8Nks5svr7EgaJpZM4Lr7LI.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/samjabrahams/tensorflow-on-raspberry-pi/issues/67#issuecomment-339463523, or mute the thread https://github.com/notifications/unsubscribe-auth/ABD_wu8wjcXhWqTUEte4OmpuDKUGnBf5ks5sv5wGgaJpZM4Lr7LI.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.