Qengineering / Jetson-Nano-image

Jetson Nano image with deep learning frameworks

Home Page:https://qengineering.eu/install-tensorflow-2.4.0-on-jetson-nano.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup Python3.8

oki-aryawan opened this issue · comments

Do you have any tips to upgrate python3.6 to python3.8 and still use the pre-installed library?

I just tried to remove python 3.6 and replace it with python 3.8, then reinstall library for 3.8 version, but I got a lot of error and opencv 4.5.5 didn't work.

@oki-aryawan,

It's almost impossible to upgrade python when you have software already working under the old version. You get a lot of missing links and incompatible version errors.
Best to use this image with pre-installed Python 3.8, OpenCV 4.6.0, TensorFlow 2.4.1 and PyTorch 1.12.0.
If needed, the other missing frameworks can be installed manually according to the guides at our website.

Thank you, I need python3.8 for running yolov5 on jetson nano 4GB. I'll try it soon.....