I'm setting up the Juno IDE and Julia for the first time. Windows 10.
Julia runs from the command line ok.
When I start Atom it starts installing packages in Julia and runs into
errors.
I've opened up Julia's command prompt and Pkg.rm("Atom") shut down Atom and
restarted it.
Again I saw errors in Atom.
I removed the "Atom" package again, then Pkg.add("Atom") from the Julia
command window.
I restarted Atom and this is the error (different from previous errors I
had encountered).
INFO: Precompiling module Atom...
Please submit a bug report with steps to reproduce this fault, and any
error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x0 -- unknown function (ip:
0000000000000000)
unknown function (ip: 0000000000000000)
ERROR: LoadError: LoadError: Failed to precompile Mux to
C:\Users\David\.julia\lib\v0.4\Mux.ji
in error at error.jl:21
while loading C:\Users\David\.julia\v0.4\Blink\src\content/content.jl, in
expression starting on line 1
while loading C:\Users\David\.julia\v0.4\Blink\src\Blink.jl, in expression
starting on line 8
ERROR: LoadError: Failed to precompile Blink to
C:\Users\David\.julia\lib\v0.4\Blink.ji
in error at error.jl:21
while loading C:\Users\David\.julia\v0.4\Atom\src\Atom.jl, in expression
starting on line 5
ERROR: LoadError: Failed to precompile Atom to
C:\Users\David\.julia\lib\v0.4\Atom.ji
in error at error.jl:21
while loading C:\Users\David\.atom\packages\julia-client\script\boot.jl, in
expression starting on line 35