opengisch / qgis-conda-builder

GNU General Public License v2.0
23 stars 3 forks source link

The same two errors keep appearing in this conda build for ARM #18

Open Spartacus1 opened 4 months ago

Spartacus1 commented 4 months ago

The same two errors keep appearing in this conda build for ARM. Is there a way to avoid them?

First one (general and appears in the beginning):

"An error occurred during execution of following code: faulthandler.enable(file=qgis.utils.__qgis_fault_handler_file)"

Second one (related with several plug-ins - in this case rat-qgis):

"Couldn't load plugin 'rvt-qgis' due to an error when calling its classFactory() method

ImportError: cannot import name 'get_cmap' from 'matplotlib.cm' (/Applications/QGIS-3.36.app/Contents/lib/python3.11/site-packages/matplotlib/cm.py) "

All the rest seems to be behaving normally. I'll be available for testing solutions. Cheers