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!