Just trying to use Julia on the repl.it website. There you can spin up an instance with Julia 1.3 pre-configured.
using JuMP in it results in a compilation error.
Is this a known problem? is there a way to make JuMP work in this environment without reinstalling a more recent Julia release?
So I looked at it, and it looks like the underlying precompile error details are not being printed. I’d guess maybe repl.it is discarding the error stream somehow?
using JuMP
[ Info: Precompiling JuMP [4076af6c-e467-56ae-b986-b466b2749572]
ERROR: Failed to precompile JuMP [4076af6c-e467-56ae-b986-b466b2749572] to /home/runner/.julia/compiled/v1.3/JuMP/DmXqY_b3BsC.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1283
[3] _require(::Base.PkgId) at ./loading.jl:1024
[4] require(::Base.PkgId) at ./loading.jl:922
[5] require(::Module, ::Symbol) at ./loading.jl:917