QGIS and Python 3.9

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