Explore Kartoza

Try searching for: QGIS, Training, GeoNode, PostGIS

How to Resolve Issues with QGIS 3 Processing Dialog Layouts on MacOS
Back to Blog
Qgis
October 7, 2017 Tim Sutton

How to Resolve Issues with QGIS 3 Processing Dialog Layouts on MacOS

If you are using QGIS 3 master builds on MacOS and encounter issues with the display of processing dialog layouts like this: <img alt="" sr

If you are using QGIS 3 master builds on MacOS and encounter issues with the display of processing dialog layouts like this:

The problem is caused by the custom designer widgets python module for QGIS. To fix it you should rename or remove this file

mv /usr/local/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qgis_customwidgets.py \

/usr/local/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qgis_customwidgets.py_

The actual location of this file may vary depending on your system. After removing the file, restart QGIS and you should see the dialog layout restored again:

Want to Learn More?

Explore our training courses or get in touch to discuss how we can help your organisation.