Cannot Precompile Plots.jl due to GR

This error may be resolved as described in this post:

In short, run the following and then restart Julia.

Base.compilecache(Base.identify_package("GR"))
1 Like