HELP! Nothing works on the new jetpack 4 because of python 3.6.7

Good morning

I made a project on my windows machine using python3.5 and it worked fine. It uses tensorflow-gpu 1.12.0, numpy, matplotlib, cv2

Now i want to run it in inference on the JEtson TX2 and right away i get an error that numpy isnt found… i found that the default python was 2.7… So i used python3 and it started complaining that numpy is missing. So i painfully start reinstalling all the packages but when it comes to tensorflow-gpu it is not supported on the python that is required for Ubuntu 18.04 which is 3.6.7! Tensorflow-gpu is only available for python 3.5.x and apparently if i unuinstall python 3.6 this will break ubuntu 18.04

What do i do now? How can I run my code using tensorflow with the new jetpack?

Thanks!

Hi,

We have a TensorFlow package for python3.6.
Please install it with the instruction here:
[url]https://devtalk.nvidia.com/default/topic/1038957/jetson-tx2/tensorflow-for-jetson-tx2-/[/url]

Thanks.

Hi,

This worked however the installation for OpenCV4 was a nightmare and I crashed my jetson TX2. After reflashing I am stuck in recovery mode can you please take a look at my new post?

Hi,

If you already install OpenCV3.3, please don’t execute make install or try to remove OpenCV3.3 first.
The recovery mode issue will be covered by other moderators.

Thanks.

Hi there, thanks i fixed the other issue in another post.

Thank you!