Installing Python 3.8.5

@Mahesh1305 is trying to use python 3.8.5 or greater versions for running my application. @Mahesh1305
has tried installing the libraries using apt-get, apt, and pip3. Is there any possibility to uninstall default versions?

Hi, @Mahesh1305

Since the default python in Ubuntu 18.04 is v3.6, not all the libraries will have a prebuilt for python 3.8 in the apt server.
So you may need to build it from the source for those libraries.

Does your use case have some dependencies on python 3.8?
Thanks.

1 Like

Hello, @AastaLLL

Is there a way to build from source to use python3.7 or higher in jetson?

Thank you.

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