-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: Unit tests: MacOS 14 failures: gi-invoke-error-quark #29732
New issue
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
Comments
I think that the Version 2.84.0 of A next step could be to confirm whether the library file was included in the updated Brew package -- and if so, whether it was on the library load search path. |
Hmm.. an earlier error hints at
(contrastingly, that message does not appear during the successful build - there we find I think this may be something to do with a recent dependency version upgrade taking place in
I plan to open an experimental pull request to place an upper limit on the |
Pull request #29734 seems to support that theory; pinning |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Fab, thanks for following up! I'll re-open this issue so we don't forget. |
By removing the Homebrew-provided
I'd intended for solely the Homebrew-installed
I'm not sure what to do next, yet. |
Note also: |
I am struggling to get PR #29777 to resolve this currently, and would be glad for help. I think that there may be an incompatibility between recent versions of I do note that Homebrew plans to update their own packaged version of (it is currently blocked by the fact that |
As a recap / status update:
|
Some notes/suggestions from discussion:
I'm going to try to step away from the problem until early next week, because I think I've been getting stuck in various potentially-irrelevant details and reconsidering it from fresh may help. |
(I haven't yet gotten around to that testing - I hope to soon, but I'm not sure exactly when it'll be) |
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: