Open yongchaoding opened 6 years ago
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.
Hi yongchaoding Did you get it to work. I have got the same error.....
I had the same problem, i fixed this by ensuring that i was downloading TF for python2.7 when that environment was active.
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.
I just download whl for TX2 and try to install, the result is as above. How can i install tensorflow?