Skip to content

Plots v1.34.1 - Cannot Precompile in new project environment #4375

@paschermayr

Description

@paschermayr

Hi there,

  1. 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.

  1. 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 Plots v1.34.1?:
using Plots
plot(1,2; ylabel = :test)

Best regards,
Patrick

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions