Skip to content
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

Plots.jl broken on Github CI #309

Open
johnomotani opened this issue Jan 20, 2025 · 0 comments
Open

Plots.jl broken on Github CI #309

johnomotani opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working post processing Related to post processing and plotting functions

Comments

@johnomotani
Copy link
Collaborator

On the last couple of PRs, precompiling Plots.jl has been causing segfaults. On #306 disabling julia-actions/cache in the documentation workflow seemed to avoid the problem, but on #308 all the jobs that try to import Plots are failing (the two documentation jobs, and test_scripts). The segfault seems to be related to linking the Python library .so file.

My favourite solution to this would be to remove Plots everywhere and use Makie instead. Makie is pure-Julia, so we would avoid any Python related issues.
I'm not volunteering to do the work for that though, so for now I've disabled plots_post_processing in the docs (so at least the rest of the docs get updated), and we can ignore the test_script failures for a while and hope that some package updates fix things soon.

@johnomotani johnomotani added bug Something isn't working post processing Related to post processing and plotting functions labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working post processing Related to post processing and plotting functions
Projects
None yet
Development

No branches or pull requests

1 participant