Can you restart julia, then type:
julia> ENV["JULIA_DEBUG"] = "GR";
julia> using Pkg; Pkg.precompile()
You should see the debug message as in Cannot Precompile Plots.jl due to GR - #7 by t-bltg.
Can you restart julia, then type:
julia> ENV["JULIA_DEBUG"] = "GR";
julia> using Pkg; Pkg.precompile()
You should see the debug message as in Cannot Precompile Plots.jl due to GR - #7 by t-bltg.