-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia 1.11 (alpha2) complete_remote_package not defined in Pkg.REPLMode #2854
Comments
You can use |
I wonder if this issue has been fixed? I encountered the same problem when my Julia was upgraded to 1.11.1: Failed to precompile Pluto [c3e4b0f8-55cb-11ea-2926-15256bba5781] to "/Users/ke/.julia/compiled/v1.11/Pluto/jl_ChomO3".
ERROR: LoadError: UndefVarError: `complete_remote_package` not defined in `Pkg.REPLMode`
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 ~/.julia/packages/Pluto/9zGI7/src/Pluto.jl:11
[7] top-level scope
@ ~/.julia/packages/Pluto/9zGI7/src/Pluto.jl:52
[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:2790
[10] top-level scope
@ stdin:5
in expression starting at /Users/ke/.julia/packages/Pluto/9zGI7/src/packages/PkgCompat.jl:278
in expression starting at /Users/ke/.julia/packages/Pluto/9zGI7/src/packages/PkgCompat.jl:1
in expression starting at /Users/ke/.julia/packages/Pluto/9zGI7/src/Pluto.jl:1
in expression starting at stdin: |
@Geokeke Can you update Pluto, try again, and let us know if it still doesn't work? If so, send us you Pluto version number. |
Getting same error for Pluto in v1.11 Julia. It does not matter if I recompile, remove and redownload, update other packages, it will not update Pluto since the v1.11 upgrade I did a couple days ago. I was running v1.10 before. I have Pluto v0.19.9 because it will not precompile for the update to newer version despite deleting and redownloading. |
@ateeple Which Julia version do you use? Type Do you have a startup.jl file? Or any custom environment variables? |
@ateeple Can you also check your Pluto version number and share it? Follow these instruction to make sure Pluto is at the latest version: https://plutojl.org/en/docs/update/ |
I'm having the same problem. It all appears after updating to julia 1.11.1:
|
Pluto was working for me yesterday on 1.11.1, and then I added graphviz to the user environment (via nix-shell) and restarted Julia, and then this bug appeared. |
Let's open a new issue when you have problems with Julia 1.11! This issue is about the |
When anyone runs into this issue again, could you post here and answer:
(cc @NOTtheMessiah ) |
@urigroisman You are not using the latest version of Pluto, check out https://plutojl.org/en/docs/update/ to see why. |
Ran into the same issue with |
I made #3113 to warn users about similar issues in the future. |
I am using Julia 1.11 (alpha2), installed on macOS via juliaup. I see this error:
The text was updated successfully, but these errors were encountered: