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

Fix plotting on M1 MacOS (Kaleido_jll v0.1) #386

Open
cncastillo opened this issue May 1, 2024 · 2 comments
Open

Fix plotting on M1 MacOS (Kaleido_jll v0.1) #386

cncastillo opened this issue May 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@cncastillo
Copy link
Member

cncastillo commented May 1, 2024

What happened?

We currently use Kaleido_jll v0.1 so plotting works on Windows. This generates a problem with M1 MacOS.

Environment

-
@cncastillo cncastillo added the bug Something isn't working label May 1, 2024
@cncastillo cncastillo changed the title Fix plotting on M1 MacOs (Kaleido_jll v0.1) Fix plotting on M1 MacOS (Kaleido_jll v0.1) May 5, 2024
@cncastillo
Copy link
Member Author

cncastillo commented May 20, 2024

If someone encounters this, there are two solutions

] add Kaleido_jll@0.2

or just import KomaMRI twice

julia> using KomaMRI
julia> using KomaMRI

Kaleido is related to the savefig function, so this might not work properly.

@cncastillo
Copy link
Member Author

Also, we disabled macos-latest in the CI as it uses an M1 Mac. Running the CI with macos-12 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant