-
-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Running the first command on the latest stable version of Julia 1.6.3, on a Mac OS system throws the following error:
ERROR: IOError: could not spawn setenv(/Users/andreimoiceanu/.julia/conda/3/bin/jupyter notebook
,["XPC_FLAGS=0x0", "_CE_M=", "PATH=/Users/andreimoiceanu/.julia/conda/3/bin:/usr/local/anaconda3/bin:/usr/local/anaconda3/condabin:/usr/local/anaconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Apple/bin:/Users/andreimoiceanu/Desktop/TikTok-Follow-Heart-Views-Bot/chromedriver:/Applications/VMware Fusion.app/Contents/Public:/opt/X11/bin:/Applications/Postgres.app/Contents/Versions/latest/bin", "PWD=/Users/andreimoiceanu", "DISPLAY=/private/tmp/com.apple.launchd.lCavfPaQOz/org.macosforge.xquartz:0", "XPC_SERVICE_NAME=0", "TERM_PROGRAM=Apple_Terminal", "SHELL=/bin/zsh", "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x2", "LC_CTYPE=UTF-8", "__CFBundleIdentifier=com.apple.Terminal", "TMPDIR=/var/folders/h4/1pq32yfn5rnff2nty3mdrtxr0000gn/T/", "CONDARC=/Users/andreimoiceanu/.julia/conda/3/condarc-julia.yml", "SHLVL=0", "CONDA_PREFIX=/Users/andreimoiceanu/.julia/conda/3", "LOGNAME=andreimoiceanu", "TERM_SESSION_ID=6B993ABB-AE61-4363-BFDA-34F7A5409D67", "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.8MO9Tb7az4/Listeners", "_CE_CONDA=", "USER=andreimoiceanu", "TERM=xterm-256color", "HOME=/Users/andreimoiceanu", "TERM_PROGRAM_VERSION=443", "OPENBLAS_MAIN_FREE=1", "PYTHONIOENCODING=UTF-8"]; dir="/Users/andreimoiceanu/.julia/packages/SciMLTutorials/VqhQv/src/../notebook"): no such file or directory (ENOENT)
Stacktrace:
[1] _spawn_primitive(file::String, cmd::Cmd, stdio::Vector{Any})
@ Base ./process.jl:99
[2] #637
@ ./process.jl:112 [inlined]
[3] setup_stdios(f::Base.var"#637#638"{Cmd}, stdios::Vector{Any})
@ Base ./process.jl:196
[4] _spawn
@ ./process.jl:111 [inlined]
[5] run(::Cmd; wait::Bool)
@ Base ./process.jl:443
[6] #6
@ ~/.julia/packages/IJulia/e8kqU/src/jupyter.jl:51 [inlined]
[7] withenv(f::IJulia.var"#6#7"{Cmd, String}, keyvals::Pair{String, String})
@ Base ./env.jl:161
[8] launch(cmd::Cmd, dir::String, detached::Bool)
@ IJulia ~/.julia/packages/IJulia/e8kqU/src/jupyter.jl:50
[9] notebook(; dir::String, detached::Bool)
@ IJulia ~/.julia/packages/IJulia/e8kqU/src/jupyter.jl:97
[10] open_notebooks()
@ SciMLTutorials ~/.julia/packages/SciMLTutorials/VqhQv/src/SciMLTutorials.jl:128
[11] top-level scope
@ REPL[7]:1