Hi everyone, I’m trying to add Pluto to use on my university Mac and it seems to run into this compile error:
Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to "/Users/useruseruser/.julia/compiled/v1.12/Pluto/jl_ejFQDo".
ERROR: LoadError: BoundsError: attempt to access 0-element Vector{Symbol} at index [1]
Stacktrace:
[1] throw_boundserror(A::Vector{Symbol}, I::Tuple{Int64})
@ Base ./essentials.jl:15
[2] getindex
@ ./essentials.jl:919 [inlined]
[3] first
@ ./abstractarray.jl:452 [inlined]
[4] |>(x::Vector{Symbol}, f::typeof(first))
@ Base ./operators.jl:972
[5] top-level scope
@ ~/.julia/packages/Pluto/NOYC1/src/runner/PlutoRunner.jl:372
[6] include(mapexpr::Function, mod::Module, _path::String)
@ Base ./Base.jl:307
[7] top-level scope
@ ~/.julia/packages/Pluto/NOYC1/src/Pluto.jl:26
[8] include(mod::Module, _path::String)
@ Base ./Base.jl:306
[9] 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:3028
[10] top-level scope
@ stdin:5
[11] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)
@ Base ./loading.jl:2874
[13] include_string
@ ./loading.jl:2884 [inlined]
[14] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:315
[15] _start()
@ Base ./client.jl:550
in expression starting at /Users/useruseruser/.julia/packages/Pluto/NOYC1/src/runner/PlutoRunner.jl:8
in expression starting at /Users/useruseruser/.julia/packages/Pluto/NOYC1/src/Pluto.jl:1
in expression starting at stdin:
Does anyone have an idea how I should go about this?