-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
ArviZ - CairoMakie interaction causes Turing compile to fail #351
Comments
The issue is that this environment uses SciMLBase v2.23.1 and OptimizationOptimJL v0.3.2. From the logs, OptimizationOptimJL uses That being said, it's clear that for this environment there are enough dependency bound conflicts that you can't upgrade Optimization to fix the problem. I'm working on bumping a few compat bounds for ArviZ now, so it's possible when that is finished this will magically be resolved. |
Thanks for the thorough explanation! And for your work on this very useful project |
You're welcome! ArviZ v0.12.0 resolves all outstanding compat issues, and with it your environment seems to precompile just fine. If you run into any other issues, please let me know. |
Seems to be working great! Thanks for the fix! |
Using ArviZ and CairoMakie in the same environment causes Turing compilation to fail.
The issue only arrises with CairoMakie versions >= 0.11.12
Julia release 1.10.4+0.aarch64.apple.darwin14
MacOS 14.5, M2 pro
Failing environment
Project.toml
Working environment
Project.toml
The manifests for the failing and working environments:
failing.zip
working.zip
The text was updated successfully, but these errors were encountered: