You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurred when running ] add Plots in a completely-new default 1.10 environment. It tries to install dependencies, and crashes when it runs into FFMPEG_jll. This is on the homebrew aarch64 build.
ERROR: Error building FFMPEG:
┌ Warning: Platform arm64-apple-darwin23.2.0 is not an officially supported platform
└ @ BinaryProvider ~/.julia/packages/BinaryProvider/U2dKK/src/PlatformNames.jl:450
Not sure, I can do something about that from the Plots side of things
This error occurred when running
] add Plots
in a completely-new default 1.10 environment. It tries to install dependencies, and crashes when it runs into FFMPEG_jll. This is on the homebrew aarch64 build.In the meantime, other versions (at least 1.38 and 1.39) still install fine. This seems like it's an issue with something new in either [email protected], or with a dependency (probably FFMPEG_jll, since [email protected] uses [email protected]+1, while [email protected] jumps all the way to [email protected]+0).
Pkg Log
The text was updated successfully, but these errors were encountered: