Pluto.jl
Pluto.jl copied to clipboard
Error with Pkg setenv nonportable between machines?
IOError: could not spawn setenv(`/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia/7z x /Users/raykimm/.julia/registries/General.tar.gz -so`,["XPC_FLAGS=0x0", "COMMAND_MODE=unix2003", "PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia:/Users/raykimm/.juliaup/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Applications/quarto/bin:/Library/TeX/texbin:/Applications/iTerm.app/Contents/Resources/utilities", "PWD=/Users/raykimm/Pluto", "XPC_SERVICE_NAME=0", "HOMEBREW_PREFIX=/opt/homebrew", "TERM_PROGRAM=iTerm.app", "SHELL=/opt/homebrew/bin/fish", "DYLD_FALLBACK_LIBRARY_PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib/julia:/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib:/Users/raykimm/lib:/usr/local/lib:/lib:/usr/lib", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", "LC_TERMINAL_VERSION=3.5.4", "COLORFGBG=7;0", "__CFBundleIdentifier=com.googlecode.iterm2", "TMPDIR=/var/folders/6k/9ryht1l13xjgw8rfmp0d1q240000gn/T/", "MANPATH=/opt/homebrew/share/man:", "HOMEBREW_CELLAR=/opt/homebrew/Cellar", "TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxF", "LANG=en_US.UTF-8", "TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo", "ITERM_PROFILE=Drop Down", "LaunchInstanceID=15E9B967-6C3A-463E-9A9F-AAB9265E4FFE", "LOGNAME=raykimm", "SHLVL=1", "TERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "LC_TERMINAL=iTerm2", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.csr8tTO1I4/Listeners", "INFOPATH=/opt/homebrew/share/info:", "HOMEBREW_REPOSITORY=/opt/homebrew/homebrew", "OPENBLAS_DEFAULT_NUM_THREADS=1", "USER=raykimm", "SECURITYSESSIONID=186b1", "ITERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "TERM=xterm-256color", "HOME=/Users/raykimm", "TERM_PROGRAM_VERSION=3.5.4", "OPENBLAS_MAIN_FREE=1", "COLORTERM=truecolor"]): no such file or directory (ENOENT)
Many shells expand '~' to the home directory in unquoted strings. To replicate this behavior, call `expanduser` to expand the '~' character to the userβs home directory.
Stacktrace:
[1] open(cmds::Cmd, stdio::Base.DevNull; write::Bool, read::Bool)
@ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/Pkg/tUTdb_YTKPo.dylib:-1
[2] open(::Pkg.Registry.var"#19#22"{IOBuffer, Vector{UInt8}, Dict{String, String}}, ::Cmd; kwargs::@Kwargs{})
@ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
[3] uncompress_registry(tar_gz::String)
@ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
[4] Pkg.Registry.RegistryInstance(path::String)
@ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
[5] reachable_registries(; depots::Vector{String})
@ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
[6] reachable_registries
@ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Registry/registry_instance.jl:406 [inlined]
[7] Context
@ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Types.jl:401 [inlined]
[8] create_empty_ctx()
@ Pluto.PkgCompat ~/.julia/packages/Pluto/esC4R/src/packages/PkgCompat.jl:89
[9] _notebook_nbpkg_ctx(cell_order::Vector{Base.UUID}, collected_cells::Dict{Base.UUID, Pluto.Cell})
@ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:289
[10] load_notebook_nobackup(io::IO, path::AbstractString)
@ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:317
[11] #56
@ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:341 [inlined]
[12] open(::Pluto.var"#56#57"{String}, ::String, ::Vararg{String}; kwargs::@Kwargs{})
@ Base ./io.jl:410
[13] open
@ ./io.jl:407 [inlined]
[14] load_notebook_nobackup(path::String)
@ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:340
[15] load_notebook(path::String; disable_writing_notebook_files::Bool)
@ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:359
[16] load_notebook
@ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:349 [inlined]
[17] open(session::Pluto.ServerSession, path::String; execution_allowed::Bool, run_async::Bool, compiler_options::Nothing, as_sample::Bool, risky_file_source::Nothing, clear_frontmatter::Bool, notebook_id::Base.UUID)
@ Pluto.SessionActions ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:68
[18] open
@ ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:44 [inlined]
[19] (::Pluto.var"#try_launch_notebook_response#300"{Pluto.var"#try_launch_notebook_response#294#301"{Pluto.ServerSession}})(action::typeof(Pluto.SessionActions.open), path_or_url::String; as_redirect::Bool, title::String, advice::String, home_url::String, action_kwargs::@Kwargs{execution_allowed::Bool, as_sample::Bool, risky_file_source::Nothing})
@ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:23
[20] (::Pluto.var"#serve_openfile#303"{Pluto.ServerSession})(request::HTTP.Messages.Request)
@ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:51
[21] (::HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing})(req::HTTP.Messages.Request)
@ HTTP.Handlers ~/.julia/packages/HTTP/FSzDg/src/Handlers.jl:439
[22] (::Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}})(request::HTTP.Messages.Request)
@ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:102
[23] #284
@ ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:54 [inlined]
[24] (::Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}})(http::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}})
@ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/WebServer.jl:289
[25] #invokelatest#2
@ ./essentials.jl:1054 [inlined]
[26] invokelatest
@ ./essentials.jl:1051 [inlined]
[27] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing, verbose::Int64)
@ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:469
[28] (::HTTP.Servers.var"#16#17"{Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}}, HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Int64, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})()
@ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:401
Not sure exactly what's going on here. Will try to debug.
The Pluto REPL shows:
β Error: Failed to load notebook files: Project.toml+Manifest.toml parse error. Trying to recover Project.toml without Manifest.toml...
β exception =
β IOError: could not spawn setenv(`/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia/7z x /Users/raykimm/.julia/registries/General.tar.gz -so`,["XPC_FLAGS=0x0", "COMMAND_MODE=unix2003", "PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia:/Users/raykimm/.juliaup/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Applications/quarto/bin:/Library/TeX/texbin:/Applications/iTerm.app/Contents/Resources/utilities", "PWD=/Users/raykimm/Pluto", "XPC_SERVICE_NAME=0", "HOMEBREW_PREFIX=/opt/homebrew", "TERM_PROGRAM=iTerm.app", "SHELL=/opt/homebrew/bin/fish", "DYLD_FALLBACK_LIBRARY_PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib/julia:/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib:/Users/raykimm/lib:/usr/local/lib:/lib:/usr/lib", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", "LC_TERMINAL_VERSION=3.5.4", "COLORFGBG=7;0", "__CFBundleIdentifier=com.googlecode.iterm2", "TMPDIR=/var/folders/6k/9ryht1l13xjgw8rfmp0d1q240000gn/T/", "MANPATH=/opt/homebrew/share/man:", "HOMEBREW_CELLAR=/opt/homebrew/Cellar", "TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxF", "LANG=en_US.UTF-8", "TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo", "ITERM_PROFILE=Drop Down", "LaunchInstanceID=15E9B967-6C3A-463E-9A9F-AAB9265E4FFE", "LOGNAME=raykimm", "SHLVL=1", "TERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "LC_TERMINAL=iTerm2", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.csr8tTO1I4/Listeners", "INFOPATH=/opt/homebrew/share/info:", "HOMEBREW_REPOSITORY=/opt/homebrew/homebrew", "OPENBLAS_DEFAULT_NUM_THREADS=1", "USER=raykimm", "SECURITYSESSIONID=186b1", "ITERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "TERM=xterm-256color", "HOME=/Users/raykimm", "TERM_PROGRAM_VERSION=3.5.4", "OPENBLAS_MAIN_FREE=1", "COLORTERM=truecolor"]): no such file or directory (ENOENT)
β Many shells expand '~' to the home directory in unquoted strings. To replicate this behavior, call `expanduser` to expand the '~' character to the userβs home directory.
β Stacktrace:
β [1] open(cmds::Cmd, stdio::Base.DevNull; write::Bool, read::Bool)
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/Pkg/tUTdb_YTKPo.dylib:-1
β [2] open(::Pkg.Registry.var"#19#22"{IOBuffer, Vector{UInt8}, Dict{String, String}}, ::Cmd; kwargs::@Kwargs{})
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [3] uncompress_registry(tar_gz::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [4] Pkg.Registry.RegistryInstance(path::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [5] reachable_registries(; depots::Vector{String})
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [6] reachable_registries
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Registry/registry_instance.jl:406 [inlined]
β [7] Context
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Types.jl:401 [inlined]
β [8] load_ctx(env_dir::String)
β @ Pluto.PkgCompat ~/.julia/packages/Pluto/esC4R/src/packages/PkgCompat.jl:76
β [9] _notebook_nbpkg_ctx(cell_order::Vector{Base.UUID}, collected_cells::Dict{Base.UUID, Pluto.Cell})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:281
β [10] load_notebook_nobackup(io::IO, path::AbstractString)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:317
β [11] #56
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:341 [inlined]
β [12] open(::Pluto.var"#56#57"{String}, ::String, ::Vararg{String}; kwargs::@Kwargs{})
β @ Base ./io.jl:410
β [13] open
β @ ./io.jl:407 [inlined]
β [14] load_notebook_nobackup(path::String)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:340
β [15] load_notebook(path::String; disable_writing_notebook_files::Bool)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:359
β [16] load_notebook
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:349 [inlined]
β [17] open(session::Pluto.ServerSession, path::String; execution_allowed::Bool, run_async::Bool, compiler_options::Nothing, as_sample::Bool, risky_file_source::Nothing, clear_frontmatter::Bool, notebook_id::Base.UUID)
β @ Pluto.SessionActions ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:68
β [18] open
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:44 [inlined]
β [19] (::Pluto.var"#try_launch_notebook_response#300"{Pluto.var"#try_launch_notebook_response#294#301"{Pluto.ServerSession}})(action::typeof(Pluto.SessionActions.open), path_or_url::String; as_redirect::Bool, title::String, advice::String, home_url::String, action_kwargs::@Kwargs{execution_allowed::Bool, as_sample::Bool, risky_file_source::Nothing})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:23
β [20] (::Pluto.var"#serve_openfile#303"{Pluto.ServerSession})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:51
β [21] (::HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing})(req::HTTP.Messages.Request)
β @ HTTP.Handlers ~/.julia/packages/HTTP/FSzDg/src/Handlers.jl:439
β [22] (::Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:102
β [23] #284
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:54 [inlined]
β [24] (::Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}})(http::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/WebServer.jl:289
β [25] #invokelatest#2
β @ ./essentials.jl:1054 [inlined]
β [26] invokelatest
β @ ./essentials.jl:1051 [inlined]
β [27] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing, verbose::Int64)
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:469
β [28] (::HTTP.Servers.var"#16#17"{Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}}, HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Int64, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})()
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:401
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:283
β Error: Failed to load notebook files: Project.toml parse error.
β exception =
β IOError: could not spawn setenv(`/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia/7z x /Users/raykimm/.julia/registries/General.tar.gz -so`,["XPC_FLAGS=0x0", "COMMAND_MODE=unix2003", "PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia:/Users/raykimm/.juliaup/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Applications/quarto/bin:/Library/TeX/texbin:/Applications/iTerm.app/Contents/Resources/utilities", "PWD=/Users/raykimm/Pluto", "XPC_SERVICE_NAME=0", "HOMEBREW_PREFIX=/opt/homebrew", "TERM_PROGRAM=iTerm.app", "SHELL=/opt/homebrew/bin/fish", "DYLD_FALLBACK_LIBRARY_PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib/julia:/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib:/Users/raykimm/lib:/usr/local/lib:/lib:/usr/lib", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", "LC_TERMINAL_VERSION=3.5.4", "COLORFGBG=7;0", "__CFBundleIdentifier=com.googlecode.iterm2", "TMPDIR=/var/folders/6k/9ryht1l13xjgw8rfmp0d1q240000gn/T/", "MANPATH=/opt/homebrew/share/man:", "HOMEBREW_CELLAR=/opt/homebrew/Cellar", "TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxF", "LANG=en_US.UTF-8", "TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo", "ITERM_PROFILE=Drop Down", "LaunchInstanceID=15E9B967-6C3A-463E-9A9F-AAB9265E4FFE", "LOGNAME=raykimm", "SHLVL=1", "TERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "LC_TERMINAL=iTerm2", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.csr8tTO1I4/Listeners", "INFOPATH=/opt/homebrew/share/info:", "HOMEBREW_REPOSITORY=/opt/homebrew/homebrew", "OPENBLAS_DEFAULT_NUM_THREADS=1", "USER=raykimm", "SECURITYSESSIONID=186b1", "ITERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "TERM=xterm-256color", "HOME=/Users/raykimm", "TERM_PROGRAM_VERSION=3.5.4", "OPENBLAS_MAIN_FREE=1", "COLORTERM=truecolor"]): no such file or directory (ENOENT)
β Many shells expand '~' to the home directory in unquoted strings. To replicate this behavior, call `expanduser` to expand the '~' character to the userβs home directory.
β Stacktrace:
β [1] open(cmds::Cmd, stdio::Base.DevNull; write::Bool, read::Bool)
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/Pkg/tUTdb_YTKPo.dylib:-1
β [2] open(::Pkg.Registry.var"#19#22"{IOBuffer, Vector{UInt8}, Dict{String, String}}, ::Cmd; kwargs::@Kwargs{})
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [3] uncompress_registry(tar_gz::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [4] Pkg.Registry.RegistryInstance(path::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [5] reachable_registries(; depots::Vector{String})
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [6] reachable_registries
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Registry/registry_instance.jl:406 [inlined]
β [7] Context
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Types.jl:401 [inlined]
β [8] load_ctx(env_dir::String)
β @ Pluto.PkgCompat ~/.julia/packages/Pluto/esC4R/src/packages/PkgCompat.jl:76
β [9] _notebook_nbpkg_ctx(cell_order::Vector{Base.UUID}, collected_cells::Dict{Base.UUID, Pluto.Cell})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:286
β [10] load_notebook_nobackup(io::IO, path::AbstractString)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:317
β [11] #56
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:341 [inlined]
β [12] open(::Pluto.var"#56#57"{String}, ::String, ::Vararg{String}; kwargs::@Kwargs{})
β @ Base ./io.jl:410
β [13] open
β @ ./io.jl:407 [inlined]
β [14] load_notebook_nobackup(path::String)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:340
β [15] load_notebook(path::String; disable_writing_notebook_files::Bool)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:359
β [16] load_notebook
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:349 [inlined]
β [17] open(session::Pluto.ServerSession, path::String; execution_allowed::Bool, run_async::Bool, compiler_options::Nothing, as_sample::Bool, risky_file_source::Nothing, clear_frontmatter::Bool, notebook_id::Base.UUID)
β @ Pluto.SessionActions ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:68
β [18] open
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:44 [inlined]
β [19] (::Pluto.var"#try_launch_notebook_response#300"{Pluto.var"#try_launch_notebook_response#294#301"{Pluto.ServerSession}})(action::typeof(Pluto.SessionActions.open), path_or_url::String; as_redirect::Bool, title::String, advice::String, home_url::String, action_kwargs::@Kwargs{execution_allowed::Bool, as_sample::Bool, risky_file_source::Nothing})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:23
β [20] (::Pluto.var"#serve_openfile#303"{Pluto.ServerSession})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:51
β [21] (::HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing})(req::HTTP.Messages.Request)
β @ HTTP.Handlers ~/.julia/packages/HTTP/FSzDg/src/Handlers.jl:439
β [22] (::Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:102
β [23] #284
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:54 [inlined]
β [24] (::Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}})(http::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/WebServer.jl:289
β [25] #invokelatest#2
β @ ./essentials.jl:1054 [inlined]
β [26] invokelatest
β @ ./essentials.jl:1051 [inlined]
β [27] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing, verbose::Int64)
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:469
β [28] (::HTTP.Servers.var"#16#17"{Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}}, HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Int64, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})()
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:401
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:288
β Error: Failed to load notebook files: Project.toml+Manifest.toml parse error. Trying to recover Project.toml without Manifest.toml...
β exception =
β IOError: could not spawn setenv(`/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia/7z x /Users/raykimm/.julia/registries/General.tar.gz -so`,["XPC_FLAGS=0x0", "COMMAND_MODE=unix2003", "PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia:/Users/raykimm/.juliaup/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Applications/quarto/bin:/Library/TeX/texbin:/Applications/iTerm.app/Contents/Resources/utilities", "PWD=/Users/raykimm/Pluto", "XPC_SERVICE_NAME=0", "HOMEBREW_PREFIX=/opt/homebrew", "TERM_PROGRAM=iTerm.app", "SHELL=/opt/homebrew/bin/fish", "DYLD_FALLBACK_LIBRARY_PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib/julia:/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib:/Users/raykimm/lib:/usr/local/lib:/lib:/usr/lib", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", "LC_TERMINAL_VERSION=3.5.4", "COLORFGBG=7;0", "__CFBundleIdentifier=com.googlecode.iterm2", "TMPDIR=/var/folders/6k/9ryht1l13xjgw8rfmp0d1q240000gn/T/", "MANPATH=/opt/homebrew/share/man:", "HOMEBREW_CELLAR=/opt/homebrew/Cellar", "TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxF", "LANG=en_US.UTF-8", "TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo", "ITERM_PROFILE=Drop Down", "LaunchInstanceID=15E9B967-6C3A-463E-9A9F-AAB9265E4FFE", "LOGNAME=raykimm", "SHLVL=1", "TERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "LC_TERMINAL=iTerm2", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.csr8tTO1I4/Listeners", "INFOPATH=/opt/homebrew/share/info:", "HOMEBREW_REPOSITORY=/opt/homebrew/homebrew", "OPENBLAS_DEFAULT_NUM_THREADS=1", "USER=raykimm", "SECURITYSESSIONID=186b1", "ITERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "TERM=xterm-256color", "HOME=/Users/raykimm", "TERM_PROGRAM_VERSION=3.5.4", "OPENBLAS_MAIN_FREE=1", "COLORTERM=truecolor"]): no such file or directory (ENOENT)
β Many shells expand '~' to the home directory in unquoted strings. To replicate this behavior, call `expanduser` to expand the '~' character to the userβs home directory.
β Stacktrace:
β [1] open(cmds::Cmd, stdio::Base.DevNull; write::Bool, read::Bool)
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/Pkg/tUTdb_YTKPo.dylib:-1
β [2] open(::Pkg.Registry.var"#19#22"{IOBuffer, Vector{UInt8}, Dict{String, String}}, ::Cmd; kwargs::@Kwargs{})
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [3] uncompress_registry(tar_gz::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [4] Pkg.Registry.RegistryInstance(path::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [5] reachable_registries(; depots::Vector{String})
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [6] reachable_registries
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Registry/registry_instance.jl:406 [inlined]
β [7] Context
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Types.jl:401 [inlined]
β [8] load_ctx(env_dir::String)
β @ Pluto.PkgCompat ~/.julia/packages/Pluto/esC4R/src/packages/PkgCompat.jl:76
β [9] _notebook_nbpkg_ctx(cell_order::Vector{Base.UUID}, collected_cells::Dict{Base.UUID, Pluto.Cell})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:281
β [10] load_notebook_nobackup(io::IO, path::AbstractString)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:317
β [11] #56
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:341 [inlined]
β [12] open(::Pluto.var"#56#57"{String}, ::String, ::Vararg{String}; kwargs::@Kwargs{})
β @ Base ./io.jl:410
β [13] open
β @ ./io.jl:407 [inlined]
β [14] load_notebook_nobackup(path::String)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:340
β [15] load_notebook(path::String; disable_writing_notebook_files::Bool)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:359
β [16] load_notebook
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:349 [inlined]
β [17] open(session::Pluto.ServerSession, path::String; execution_allowed::Bool, run_async::Bool, compiler_options::Nothing, as_sample::Bool, risky_file_source::Nothing, clear_frontmatter::Bool, notebook_id::Base.UUID)
β @ Pluto.SessionActions ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:68
β [18] open
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:44 [inlined]
β [19] (::Pluto.var"#try_launch_notebook_response#300"{Pluto.var"#try_launch_notebook_response#294#301"{Pluto.ServerSession}})(action::typeof(Pluto.SessionActions.open), path_or_url::String; as_redirect::Bool, title::String, advice::String, home_url::String, action_kwargs::@Kwargs{execution_allowed::Bool, as_sample::Bool, risky_file_source::Nothing})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:23
β [20] (::Pluto.var"#serve_openfile#303"{Pluto.ServerSession})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:51
β [21] (::HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing})(req::HTTP.Messages.Request)
β @ HTTP.Handlers ~/.julia/packages/HTTP/FSzDg/src/Handlers.jl:439
β [22] (::Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:102
β [23] #284
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:54 [inlined]
β [24] (::Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}})(http::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/WebServer.jl:289
β [25] #invokelatest#2
β @ ./essentials.jl:1054 [inlined]
β [26] invokelatest
β @ ./essentials.jl:1051 [inlined]
β [27] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing, verbose::Int64)
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:469
β [28] (::HTTP.Servers.var"#16#17"{Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}}, HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Int64, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})()
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:401
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:283
β Error: Failed to load notebook files: Project.toml parse error.
β exception =
β IOError: could not spawn setenv(`/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia/7z x /Users/raykimm/.julia/registries/General.tar.gz -so`,["XPC_FLAGS=0x0", "COMMAND_MODE=unix2003", "PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia:/Users/raykimm/.juliaup/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Applications/quarto/bin:/Library/TeX/texbin:/Applications/iTerm.app/Contents/Resources/utilities", "PWD=/Users/raykimm/Pluto", "XPC_SERVICE_NAME=0", "HOMEBREW_PREFIX=/opt/homebrew", "TERM_PROGRAM=iTerm.app", "SHELL=/opt/homebrew/bin/fish", "DYLD_FALLBACK_LIBRARY_PATH=/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib/julia:/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/bin/../lib:/Users/raykimm/lib:/usr/local/lib:/lib:/usr/lib", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", "LC_TERMINAL_VERSION=3.5.4", "COLORFGBG=7;0", "__CFBundleIdentifier=com.googlecode.iterm2", "TMPDIR=/var/folders/6k/9ryht1l13xjgw8rfmp0d1q240000gn/T/", "MANPATH=/opt/homebrew/share/man:", "HOMEBREW_CELLAR=/opt/homebrew/Cellar", "TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxF", "LANG=en_US.UTF-8", "TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo", "ITERM_PROFILE=Drop Down", "LaunchInstanceID=15E9B967-6C3A-463E-9A9F-AAB9265E4FFE", "LOGNAME=raykimm", "SHLVL=1", "TERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "LC_TERMINAL=iTerm2", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.csr8tTO1I4/Listeners", "INFOPATH=/opt/homebrew/share/info:", "HOMEBREW_REPOSITORY=/opt/homebrew/homebrew", "OPENBLAS_DEFAULT_NUM_THREADS=1", "USER=raykimm", "SECURITYSESSIONID=186b1", "ITERM_SESSION_ID=w0t0p0:D4CDF27C-9856-4F0B-B72F-9FC2026894FA", "TERM=xterm-256color", "HOME=/Users/raykimm", "TERM_PROGRAM_VERSION=3.5.4", "OPENBLAS_MAIN_FREE=1", "COLORTERM=truecolor"]): no such file or directory (ENOENT)
β Many shells expand '~' to the home directory in unquoted strings. To replicate this behavior, call `expanduser` to expand the '~' character to the userβs home directory.
β Stacktrace:
β [1] open(cmds::Cmd, stdio::Base.DevNull; write::Bool, read::Bool)
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/Pkg/tUTdb_YTKPo.dylib:-1
β [2] open(::Pkg.Registry.var"#19#22"{IOBuffer, Vector{UInt8}, Dict{String, String}}, ::Cmd; kwargs::@Kwargs{})
β @ Base ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [3] uncompress_registry(tar_gz::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [4] Pkg.Registry.RegistryInstance(path::String)
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [5] reachable_registries(; depots::Vector{String})
β @ Pkg.Registry ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/compiled/v1.11/REPLExt/m7ggP_YTKPo.dylib:-1
β [6] reachable_registries
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Registry/registry_instance.jl:406 [inlined]
β [7] Context
β @ ~/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/share/julia/stdlib/v1.11/Pkg/src/Types.jl:401 [inlined]
β [8] load_ctx(env_dir::String)
β @ Pluto.PkgCompat ~/.julia/packages/Pluto/esC4R/src/packages/PkgCompat.jl:76
β [9] _notebook_nbpkg_ctx(cell_order::Vector{Base.UUID}, collected_cells::Dict{Base.UUID, Pluto.Cell})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:286
β [10] load_notebook_nobackup(io::IO, path::AbstractString)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:317
β [11] #56
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:341 [inlined]
β [12] open(::Pluto.var"#56#57"{String}, ::String, ::Vararg{String}; kwargs::@Kwargs{})
β @ Base ./io.jl:410
β [13] open
β @ ./io.jl:407 [inlined]
β [14] load_notebook_nobackup(path::String)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:340
β [15] load_notebook(path::String; disable_writing_notebook_files::Bool)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:359
β [16] load_notebook
β @ ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:349 [inlined]
β [17] open(session::Pluto.ServerSession, path::String; execution_allowed::Bool, run_async::Bool, compiler_options::Nothing, as_sample::Bool, risky_file_source::Nothing, clear_frontmatter::Bool, notebook_id::Base.UUID)
β @ Pluto.SessionActions ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:68
β [18] open
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/SessionActions.jl:44 [inlined]
β [19] (::Pluto.var"#try_launch_notebook_response#300"{Pluto.var"#try_launch_notebook_response#294#301"{Pluto.ServerSession}})(action::typeof(Pluto.SessionActions.open), path_or_url::String; as_redirect::Bool, title::String, advice::String, home_url::String, action_kwargs::@Kwargs{execution_allowed::Bool, as_sample::Bool, risky_file_source::Nothing})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:23
β [20] (::Pluto.var"#serve_openfile#303"{Pluto.ServerSession})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Router.jl:51
β [21] (::HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing})(req::HTTP.Messages.Request)
β @ HTTP.Handlers ~/.julia/packages/HTTP/FSzDg/src/Handlers.jl:439
β [22] (::Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}})(request::HTTP.Messages.Request)
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:102
β [23] #284
β @ ~/.julia/packages/Pluto/esC4R/src/webserver/Authentication.jl:54 [inlined]
β [24] (::Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}})(http::HTTP.Streams.Stream{HTTP.Messages.Request, HTTP.Connections.Connection{Sockets.TCPSocket}})
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/webserver/WebServer.jl:289
β [25] #invokelatest#2
β @ ./essentials.jl:1054 [inlined]
β [26] invokelatest
β @ ./essentials.jl:1051 [inlined]
β [27] handle_connection(f::Function, c::HTTP.Connections.Connection{Sockets.TCPSocket}, listener::HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, readtimeout::Int64, access_log::Nothing, verbose::Int64)
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:469
β [28] (::HTTP.Servers.var"#16#17"{Pluto.var"#382#392"{Pluto.ServerSession, Pluto.var"#284#286"{Pluto.var"#287#289"{HTTP.Handlers.Router{typeof(Pluto.default_404), typeof(HTTP.Handlers.default405), Nothing}}, Pluto.ServerSession}}, HTTP.Servers.Listener{Nothing, Sockets.TCPServer}, Set{HTTP.Connections.Connection}, Int64, Nothing, ReentrantLock, Int64, Base.Semaphore, HTTP.Connections.Connection{Sockets.TCPSocket}})()
β @ HTTP.Servers ~/.julia/packages/HTTP/FSzDg/src/Servers.jl:401
β @ Pluto ~/.julia/packages/Pluto/esC4R/src/notebook/saving and loading.jl:288
It looks like your installation of dotnet is interfering with Julia's ability to launch a process.
Dotnet added a ~ to your PATH variable
Are you able to use the Pkg package manager in a REPL outside of Pluto, in a REPL? Try creating a new env, adding packages, etc