Skip to content
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

Error with Pkg setenv nonportable between machines? #3107

Open
rayegun opened this issue Nov 27, 2024 · 1 comment
Open

Error with Pkg setenv nonportable between machines? #3107

rayegun opened this issue Nov 27, 2024 · 1 comment

Comments

@rayegun
Copy link

rayegun commented Nov 27, 2024

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.

@rayegun
Copy link
Author

rayegun commented Nov 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant