Plots and GR_jll is not working and fails to precompile

Try the solution I found here:

Basically, execute the following and then restart Julia:

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