We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: