You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI running the default CPU runtime produces the following error:
Building wheels for collected packages: fire, wget
Building wheel for fire (setup.py) ... done
Created wheel for fire: filename=fire-0.5.0-py2.py3-none-any.whl size=116949 sha256=9acbdc644e0343df2d5b1ee74cefbee392d318630b334bbc04cd475dc73be099
Stored in directory: /root/.cache/pip/wheels/5b/eb/43/7295e71293b218ddfd627f935229bf54af9018add7fbb5aac6
Building wheel for wget (setup.py) ... done
Created wheel for wget: filename=wget-3.2-py3-none-any.whl size=9674 sha256=5b907b874170c763745efa5bb709a72780d4a981ab72bea673d9411571d848e4
Stored in directory: /root/.cache/pip/wheels/bd/a8/c3/3cf2c14a1837a4e04bd98631724e81f33f462d86a1d895fae0
Successfully built fire wget
Installing collected packages: wget, python-gnupg, semantic-version, fire, requests-futures, jill
Successfully installed fire-0.5.0 jill-0.11.1 python-gnupg-0.5.0 requests-futures-1.0.0 semantic-version-2.10.0 wget-3.2
JILL - Julia Installer 4 Linux (MacOS, Windows and FreeBSD) -- Light
querying release information from https://julialang-s3.julialang.org/bin/versions.json
failed to validate versions file, retry with latest schema...
----- Download Julia -----
downloading Julia release for 1.8.5-linux-x86_64
downloading from https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.5-linux-x86_64.tar.gz
finished downloading julia-1.8.5-linux-x86_64.tar.gz
downloading from https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.5-linux-x86_64.tar.gz.asc
finished downloading julia-1.8.5-linux-x86_64.tar.gz.asc
verifying 1.8.5-linux-x86_64 succeed
----- Install Julia -----
install Julia to /opt/julias/julia-1.8
make new symlink /usr/local/bin/julia-1
make new symlink /usr/local/bin/julia-1.8
make new symlink /usr/local/bin/julia
----- Post Installation -----
remove downloaded files...
remove /content/julia-1.8.5-linux-x86_64.tar.gz
remove /content/julia-1.8.5-linux-x86_64.tar.gz.asc
Done!
┌ Warning: The Pkg REPL mode is intended for interactive use only, and should not be used from scripts. It is recommended to use the functional API instead.
└ @ Pkg.REPLMode /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/usr/share/julia/stdlib/v1.8/Pkg/src/REPLMode/REPLMode.jl:379
ERROR: `ccall` requires the compiler
Stacktrace:
[1] Vector{Pkg.REPLMode.Statement}(#unused#::UndefInitializer, m::Int64)
@ Core boot.jl:459
[2] Vector{Pkg.REPLMode.Statement}()
@ Core boot.jl:478
[3] collect(itr::Base.Generator{Base.Iterators.Filter{Base.var"#97#98"{typeof(isempty)}, Vector{Vector{Pkg.REPLMode.QString}}}, Pkg.REPLMode.var"#13#14"})
@ Base array.jl:784
[4] map(f::Function, A::Base.Iterators.Filter{Base.var"#97#98"{typeof(isempty)}, Vector{Vector{Pkg.REPLMode.QString}}})
@ Base abstractarray.jl:2961
[5] parse(input::String)
@ Pkg.REPLMode fatal: error thrown and no exception handler available.
ErrorException("`ccall` requires the compiler")
unsafe_convert at pointer.jl:59
pointer at strings/string.jl:99
pointer at strings/string.jl:100
codeunit at strings/string.jl:107
getindex at strings/string.jl:227
joinpath at path.jl:316
#showerror#861 at errorshow.jl:90
showerror##kw at errorshow.jl:86
display_error at client.jl:103
No source directory specified.
The text was updated successfully, but these errors were encountered:
FYI running the default CPU runtime produces the following error:
The text was updated successfully, but these errors were encountered: