How to Update Python 3.6 to 3.10?

I’m currently using Python 3.6 on Jetson nano for a project, but I’d like to upgrade to Python 3.10 to take advantage of new features and improvements. Can anyone guide me through the process of updating Python from version 3.6 to 3.10?

Thank you

Hi,

Which new feature do you want to use?
As JetPack 4 uses Ubuntu 16.04, some features might not be available even when upgrading to Python 3.10.

Thanks.

my jetson nano use ubuntu 18.04 . i need to use ONNX runtime library and pdy

Hi,

You will need to build Python 3.10 from the source.

Thanks.

1 Like

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