installTensorFlowJetsonTX icon indicating copy to clipboard operation
installTensorFlowJetsonTX copied to clipboard

tensorflow-1.3.0-cp36-cp36m-linux_aarch64.whl is not a supported wheel on this platform

Open yongchaoding opened this issue 6 years ago • 4 comments

image I just download whl for TX2 and try to install, the result is as above. How can i install tensorflow?

yongchaoding avatar Apr 21 '18 03:04 yongchaoding

It is indeed valid @yongchaoding, I have installed the same .whl on my Jetson TX2 and it worked. I suggest you to download the file again and install it.

saikishor avatar Apr 27 '18 09:04 saikishor

Hi yongchaoding Did you get it to work. I have got the same error.....

sojohan avatar Jun 25 '18 15:06 sojohan

I had the same problem, i fixed this by ensuring that i was downloading TF for python2.7 when that environment was active.

robmsmt avatar Oct 02 '18 15:10 robmsmt

The issue is that you likely have python 3.5 installed but are installing the cp36 (python 3.6) version of the .whl file. You need to either upgrade python to 3.6 or use the cp35 .whl file.

keco185 avatar Oct 06 '18 05:10 keco185