Bug summary
During a recent GitHub Actions workflow for unrelated pull request #29721, the following error appeared:
E gi._error.GError: gi-invoke-error-quark: Could not locate g_option_error_quark: dlopen(libglib-2.0.0.dylib, 0x0009): tried: 'libglib-2.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibglib-2.0.0.dylib' (no such file), '/usr/lib/libglib-2.0.0.dylib' (no such file, not in dyld cache), 'libglib-2.0.0.dylib' (no such file) (1)
Code for reproduction
This occurred for Python3.12 and Python3.13 on MacOS 14:
Actual outcome
See the error in the main description and linked build logs.
Expected outcome
The tests should pass as expected (the error appears to be a transient failure to locate/load a dynamic library file).
Additional information
N/A
Operating system
MacOS 14
Matplotlib Version
86fd11f
Matplotlib Backend
N/A
Python version
No response
Jupyter version
N/A
Installation
None
Edit: remove code-block markup surrounding non-code details
Edit: the failure appears to occur fairly reliably, so remove the description of it as transient
Bug summary
During a recent GitHub Actions workflow for unrelated pull request #29721, the following error appeared:
Code for reproduction
This occurred for Python3.12 and Python3.13 on MacOS 14:
Actual outcome
See the error in the main description and linked build logs.
Expected outcome
The tests should pass as expected (the error appears to be a
transientfailure to locate/load a dynamic library file).Additional information
N/A
Operating system
MacOS 14
Matplotlib Version
86fd11f
Matplotlib Backend
N/A
Python version
No response
Jupyter version
N/A
Installation
None
Edit: remove code-block markup surrounding non-code details
Edit: the failure appears to occur fairly reliably, so remove the description of it as transient