Installing Pluto - Compile issue

I have installed latest version Julia 1.11.5. I then tried to add Pluto and got the following:

(@v1.11) pkg> add Pluto
Resolving package versions…
No Changes to C:\Users\hmcgowan\.julia\environments\v1.11\Project.toml
No Changes to C:\Users\hmcgowan\.julia\environments\v1.11\Manifest.toml
Precompiling project…
✗ Pluto
0 dependencies successfully precompiled in 7 seconds. 76 already precompiled.
1 dependency errored.
For a report of the errors see julia> err. To retry use pkg> precompile

I then typer err and got:

julia> err
PkgPrecompileError: The following 1 direct dependency failed to precompile:

Pluto

Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to “C:\Users\hmcgowan\.julia\compiled\v1.11\Pluto\jl_B15C.tmp”.
ERROR: LoadError: UndefVarError: complete_remote_package not defined in REPLExt
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base .\Base.jl:42
[2] top-level scope
@ none:1
[3] eval(m::Module, e::Any)
@ Core .\boot.jl:430
[4] var"@static"(source::LineNumberNode, module::Module, ex::Any)
@ Base .\osutils.jl:19
[5] include(mod::Module, _path::String)
@ Base .\Base.jl:557
[6] include(x::String)
@ Pluto C:\Users\hmcgowan.julia\packages\Pluto\RveGH\src\Pluto.jl:11
[7] top-level scope
@ C:\Users\hmcgowan.julia\packages\Pluto\RveGH\src\Pluto.jl:53
[8] include
@ .\Base.jl:557 [inlined]
[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:2881
[10] top-level scope
@ stdin:6
in expression starting at C:\Users\hmcgowan.julia\packages\Pluto\RveGH\src\packages\PkgCompat.jl:302
in expression starting at C:\Users\hmcgowan.julia\packages\Pluto\RveGH\src\packages\PkgCompat.jl:1
in expression starting at C:\Users\hmcgowan.julia\packages\Pluto\RveGH\src\Pluto.jl:1
in expression starting at stdin:

No idea how to fix and get Pluto running

This is a problem with v1.11.5 and Pluto, same error is already discussed in this other discourse post.

It seems though this issue was fixed in the latest version of Pluto which come out a few hours ago (Release v0.20.6 · fonsp/Pluto.jl · GitHub)

Can you check if it gets fixed with an update of Pluto?

1 Like

Yes, this is now fixed and Pluto is running. Thank you.