QGIS and Python 3.9

Hello,

I have Clear Linux version 36400 installed and can’t get Python 3.9 package installed as I need it for QGIS extension. How do I install Python 3.9 or configure QGIS pacakge to use Python 3.10?

Hi datty,

As a general tip, don’t use Python from the system for development. You should take a look to install another Python via conda for this. The main advantage is that you won’t modify any system dependent package. I believe you can install Python v. 3.9 there.

https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html

1 Like