Dear julia users,
Here is my pb: I want to run Julia from my Atom window, but I face the following error message.
What should I do to fix it?
Thanks by advance,
Selma
See
I successfully installed Julia, atom, and Juno (including july-client, etc.)
julia version 0.6.4
It runs successfully directly from the command line.
[image]
But in the repl in atom, pressing enter causes the following error
Press Enter to start Julia.
ERROR: LoadError: UndefVarError: @error not defined
Stacktrace:
[1] include_from_node1(::String) at .\loading.jl:576
[2] include(::String) at .\sysimg.jl:14
[3] process_options(::Base.JLOptions) at .\client.jl:305
[4] _start() at .\clie…
So either upgrade to Julia 1.x, replace /Users/selmamehyaoui/.atom/packages/julia-client/script/boot_repl.jl with this file , or wait for the next release of julia-client.
I’ve upgraded Julia. Thank you very much @pfitzseb .
Selma