[GIS] QGIS macOS Installer Version 3.2 and Python 3.6, Mac OS Mojave

pythonqgis

I downloaded QGIS version 3.2 and (I think) followed the install directions correctly: first I installed Python 3.6 from the Python website, then I installed GDAL, but when I install QGIS I get the errors mentioned elsewhere in the forum, "QGIS requires Python 3.6". From reading other posts, it seems like installing Python directly from the Python website was the solution to others with the same error – this may have corrected incorrect paths.

Any thoughts on what else I can try?

enter image description here

enter image description here

Best Answer

I faced the same problem: On Mojave the default python version seems 3.7 and As downgrading to python3.6 with brew switch python 3.6.x, didn't make the installer error go away I installed qgis over brew:

brew install gdal
brew cask install xquartz
pip3 install matplotlib
pip3 install psycopg2
brew tap osgeo/osgeo4mac
brew install qgis3

The version I ended up with is 3.4.1-Madeira