Opened 16 months ago
Last modified 13 months ago
#67844 assigned defect
Python error launching QGIS 3.32.0 RC Lima
Reported by: | alanterra (Alan Harper) | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | nilason (Nicklas Larsson) | |
Port: | qgis3 |
Description
I installed QGIS3 on a MacStudio (Apple Silicon) and I get the following error on launching it. So far, I haven't seen any effects from this error, and I can always go back to the Intel version at the QGIS web site.
An error occurred during execution of following code: faulthandler.enable(file=qgis.utils.__qgis_fault_handler_file) Traceback (most recent call last): File "", line 1, in PermissionError: [Errno 1] Operation not permitted Python version: 3.11.4 (main, Jun 10 2023, 09:42:27) [Clang 14.0.3 (clang-1403.0.22.14.1)] QGIS version: 3.32.0-Lima 'Lima', exported Python path: ['/Applications/MacPorts/QGIS3.app/Contents/MacOS/../Resources/python', '/Users/alan/Library/Application Support/QGIS/QGIS3/profiles/default/python', '/Users/alan/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins', '/Applications/MacPorts/QGIS3.app/Contents/MacOS/../Resources/python/plugins', '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python311.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11', '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload', '/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages']
Change History (5)
comment:1 Changed 16 months ago by jmroot (Joshua Root)
Cc: | nilason added |
---|---|
Owner: | set to Veence |
Status: | new → assigned |
comment:2 Changed 15 months ago by nilason (Nicklas Larsson)
comment:3 Changed 14 months ago by nilason (Nicklas Larsson)
I have still not found out what is causing this error message. Interestingly, it doesn't always popup.
I happened to see there are similar problems with Conda-forge https://github.com/conda-forge/qgis-feedstock/issues/301
comment:4 Changed 14 months ago by nilason (Nicklas Larsson)
Reported upstreams with https://github.com/qgis/QGIS/issues/52987.
Note: See
TracTickets for help on using
tickets.
Replying to alanterra:
I have also been harassed by the same message and hoped it was only something local. So far it seems harmless, but I’ll take a closer look at it.