Access denied for plotting artifacts

Ok. The problem was that I did not manually download GR. Here is a summary of what worked for me:

  1. delete .julia/artifacts
  2. downgrade to Julia 1.9.x
  3. add Plots GR
  4. Base.compilecache(Base.identify_package(“GR”))
  5. upgrade back to Julia 1.10.x
2 Likes