How to install Python on Jetson nano

I need to install Python to use ultralytics on my Jetson Nano, so I need something above 3.8 at least which is not possible using sudo apt get install.

Hi @gabrielmurilocicotoste6

You can follow this post to install different versions of python in your system using pyenv:
https://www.ridgerun.ai/post/pyenv-simple-python-version-management

You could also use conda:
https://developer.ridgerun.com/wiki/index.php/How_to_Install_Python_with_Conda

Best Regards,

Enrique Ramirez
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com

Thanks! i’ll try it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.