-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
Hi there,
- I am unable to precompile Plots.jl on Windows-Julia 1.7.3 in a new project environment with only Plots.jl installed.
Status `XXXX\projects\TestProject\Project.toml`
[91a5bcdd] Plots v1.34.1
Error Message when trying to use Plots.jl:
GKS: cairoplugin.dll: can't load library, error 126 (0x7e)
ERROR: LoadError: SystemError: opening file "XXXX\\AppData\\Local\\Temp\\jl_g5Ue4As5MP.png": No such file or directory
Stacktrace:
[1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
I tried to solve this via Pkg.build("GR") from previous suggestions, but it did not help either.
- Actually, I wanted to submit another issue for Plots
v1.34.0, where the ylabel could no longer be chosen as a symbol, but the package was updated so fast I did not manage to submit. Would this work in Plotsv1.34.1?:
using Plots
plot(1,2; ylabel = :test)
Best regards,
Patrick