Error while installing Juno on Mac

Hi, I was trying to install Juno, and when I opened the REPL with Packages > Julia > Open Console pressing Enter to start a Julia session, I got the following error message:

Press Enter to start Julia.
Starting Julia…
ERROR: LoadError: ArgumentError: Module Atom not found in current path.
Run Pkg.add("Atom") to install the Atom package.
Stacktrace:
[1] _require(::Symbol) at ./loading.jl:435
[2] require(::Symbol) at ./loading.jl:405
[3] include_from_node1(::String) at ./loading.jl:576
[4] include(::String) at ./sysimg.jl:14
[5] process_options(::Base.JLOptions) at ./client.jl:305
[6] _start() at ./client.jl:371
while loading /Users/marcelord12/.atom/packages/julia-client/script/boot_repl.jl

Please, could somebody help to fix it?

Thanks
marcelo

You first need to install Atom in Julia. In the Julia REPL, run Pkg.add("Atom") like the error says.

1 Like

Thanks. It worked.