I followed all the steps to install the Gridap.jl Tutorials, but when I try to instantiate the project it didin’t precompile 11 dependencies:
(Tutorials) pkg> instantiate
Precompiling project…
✗ Algoim
✗ Conda
✗ MiniQhull
✗ P4est_wrapper
✗ GridapPETSc
✗ GridapGmsh
✗ IJulia
✗ GridapP4est
✗ GridapEmbedded
✗ Plots → IJuliaExt
✗ Tutorials
0 dependencies successfully precompiled in 6 seconds. 442 already precompiled.
11 dependencies errored.
just as an example I’m attaching the error generated when trying to precompile IJuliaExt:
IJuliaExt
Failed to precompile IJuliaExt [2f4121a4-3b3a-5ce6-9c5e-1f2673ce168a] to “/Users/ales/.julia/compiled/v1.11/IJuliaExt/jl_AO01oR”.
ERROR: LoadError: IJulia not properly installed. Please run Pkg.build(“IJulia”)
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] top-level scope
@ ~/.julia/packages/IJulia/bHdNn/src/IJulia.jl:49
[3] include
@ ./Base.jl:557 [inlined]
[4] 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::String)
@ Base ./loading.jl:2806
[5] top-level scope
@ stdin:4
in expression starting at /Users/ales/.julia/packages/IJulia/bHdNn/src/IJulia.jl:1
in expression starting at stdin:4
ERROR: LoadError: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to “/Users/ales/.julia/compiled/v1.11/IJulia/jl_iEmpgx”.
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})
@ Base ./loading.jl:3089
[3] (::Base.var"#1081#1082"{Base.PkgId})()
@ Base ./loading.jl:2477
[4] mkpidlock(f::Base.var"#1081#1082"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95
[5] #mkpidlock#6
@ ~/.julia/juliaup/julia-1.11.0+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.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116
[7] #invokelatest#2
@ ./essentials.jl:1056 [inlined]
[8] invokelatest
@ ./essentials.jl:1051 [inlined]
[9] maybe_cachefile_lock(f::Base.var"#1081#1082"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base ./loading.jl:3613
[10] maybe_cachefile_lock
@ ./loading.jl:3610 [inlined]
[11] _require(pkg::Base.PkgId, env::Nothing)
@ Base ./loading.jl:2473
[12] __require_prelocked(uuidkey::Base.PkgId, env::Nothing)
@ Base ./loading.jl:2300
[13] #invoke_in_world#3
@ ./essentials.jl:1088 [inlined]
[14] invoke_in_world
@ ./essentials.jl:1085 [inlined]
[15] _require_prelocked
@ ./loading.jl:2287 [inlined]
[16] _require_prelocked
@ ./loading.jl:2286 [inlined]
[17] macro expansion
@ ./lock.jl:273 [inlined]
[18] require(uuidkey::Base.PkgId)
@ Base ./loading.jl:2283
[19] top-level scope
@ ~/.julia/packages/Plots/kLeqV/ext/IJuliaExt.jl:6
[20] include
@ ./Base.jl:557 [inlined]
[21] 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:2806
[22] top-level scope
@ stdin:4
in expression starting at /Users/ales/.julia/packages/Plots/kLeqV/ext/IJuliaExt.jl:1
in expression starting at stdin:4
The 11 error messages are very similar.
My computer is a macbook M2 Pro, running Sequoia 15.01
Thanks a lot