I recently updated my version on Julia to the latest stable version, 1.11.2, using juliaup. Now I am trying to add the set of packages that I usually add. I was able to add a few pacakges with no problems, but now I am trying to add Plots.jl and I keep getting an error message. I am not sure how to proceed. I am reproducing the error message below.
I will also add: I have tried lots of things, including deleting all the packages I had previously added, and trying again; and starting a temporary environment and loading only Plots. Nothing works, I still get the same error message below, which seems to be a problem with UnitfulExt, however I do not know very much about how Julia manages packages so I can’t tell what the problem is. Any advice for how to proceed is appreciated.
(@v1.11) pkg> add Plots
Resolving package versions…
No Changes to ~/.julia/environments/v1.11/Project.toml
No Changes to ~/.julia/environments/v1.11/Manifest.toml
Precompiling project…
âś— Plots
✗ Plots → UnitfulExt
0 dependencies successfully precompiled in 55 seconds. 474 already precompiled.
2 dependencies errored.
For a report of the errors see julia> err
. To retry use pkg> precompile
julia> err
PkgPrecompileError: The following 2 direct dependencies failed to precompile:
UnitfulExt
Failed to precompile UnitfulExt [0e51ec96-f580-5f12-a625-1297083d7970] to “/Users/mcholmes-cerfon/.julia/compiled/v1.11/UnitfulExt/jl_HoQwkp”.
[18916] signal 11 (2): Segmentation fault: 11
in expression starting at none:0
gks_exit_handler at /Users/mcholmes-cerfon/.julia/artifacts/3eeeb2e4ac7317a5dd5d1cbbf5fa2cf244e8833b/lib/libGR.dylib (unknown line)
__cxa_finalize_ranges at /usr/lib/system/libsystem_c.dylib (unknown line)
Allocations: 115843298 (Pool: 115839509; Big: 3789); GC: 44
ERROR: LoadError: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to “/Users/mcholmes-cerfon/.julia/compiled/v1.11/Plots/jl_1MSiIp”.
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)
@ Base ./loading.jl:3174
[3] (::Base.var"#1110#1111"{Base.PkgId})()
@ Base ./loading.jl:2579
[4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile ~/.julia/juliaup/julia-1.11.2+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95
[5] #mkpidlock#6
@ ~/.julia/juliaup/julia-1.11.2+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined]
[6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
@ FileWatching.Pidfile ~/.julia/juliaup/julia-1.11.2+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116
[7] #invokelatest#2
@ ./essentials.jl:1057 [inlined]
[8] invokelatest
@ ./essentials.jl:1052 [inlined]
[9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base ./loading.jl:3698
[10] maybe_cachefile_lock
@ ./loading.jl:3695 [inlined]
[11] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:2565
[12] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2388
[13] #invoke_in_world#3
@ ./essentials.jl:1089 [inlined]
[14] invoke_in_world
@ ./essentials.jl:1086 [inlined]
[15] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2375
[16] macro expansion
@ ./loading.jl:2314 [inlined]
[17] macro expansion
@ ./lock.jl:273 [inlined]
[18] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:2271
[19] #invoke_in_world#3
@ ./essentials.jl:1089 [inlined]
[20] invoke_in_world
@ ./essentials.jl:1086 [inlined]
[21] require(into::Module, mod::Symbol)
@ Base ./loading.jl:2260
[22] include
@ ./Base.jl:557 [inlined]
[23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base ./loading.jl:2881
[24] top-level scope
@ stdin:6
in expression starting at /Users/mcholmes-cerfon/.julia/packages/Plots/Ec1L1/ext/UnitfulExt.jl:4
in expression starting at stdin:6
Plots
Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to “/Users/mcholmes-cerfon/.julia/compiled/v1.11/Plots/jl_DU1og8”.
[18905] signal 11 (2): Segmentation fault: 11
in expression starting at none:0
gks_exit_handler at /Users/mcholmes-cerfon/.julia/artifacts/3eeeb2e4ac7317a5dd5d1cbbf5fa2cf244e8833b/lib/libGR.dylib (unknown line)
__cxa_finalize_ranges at /usr/lib/system/libsystem_c.dylib (unknown line)
Allocations: 115828888 (Pool: 115825098; Big: 3790); GC: 44