无法在Atom中启动Julia

时间:2018-02-13 05:13:55

标签: julia atom-editor juno-ide

每当我尝试运行Julia命令时,我都会收到这些错误消息。我从命令行启动Atom。我不确定我在设置中错误地做了什么。

juno-msg-precompilingINFO: Precompiling module Atom.
ERROR: LoadError: could not open file 
/Users/John/.julia/v0.6/MbedTLS/src/../deps/deps.jl
Stacktrace:
 [1] include_from_node1(::String) at ./loading.jl:576
 [2] include(::String) at ./sysimg.jl:14
 [3] include_from_node1(::String) at ./loading.jl:576
 [4] include(::String) at ./sysimg.jl:14
 [5] anonymous at ./<missing>:2
while loading /Users/John/.julia/v0.6/MbedTLS/src/MbedTLS.jl, in 
expression starting on line 54
ERROR: LoadError: Failed to precompile Blink to 
/Users/John/.julia/lib/v0.6/Blink.ji.
Stacktrace:
 [1] compilecache(::String) at ./loading.jl:710
 [2] _require(::Symbol) at ./loading.jl:463
 [3] require(::Symbol) at ./loading.jl:405
 [4] include_from_node1(::String) at ./loading.jl:576
 [5] include(::String) at ./sysimg.jl:14
 [6] anonymous at ./<missing>:2
while loading /Users/John/.julia/v0.6/Atom/src/Atom.jl, in expression 
starting on line 5
juno-msg-loadERROR: LoadError: Failed to precompile Atom to 
/Users/John/.julia/lib/v0.6/Atom.ji.
Stacktrace:
 [1] compilecache(::String) at ./loading.jl:710
 [2] _require(::Symbol) at ./loading.jl:497
 [3] require(::Symbol) at ./loading.jl:405
 [4] include_from_node1(::String) at ./loading.jl:576
 [5] include(::String) at ./sysimg.jl:14
 [6] process_options(::Base.JLOptions) at ./client.jl:305
 [7] _start() at ./client.jl:371
while loading /Users/John/.atom/packages/julia-
client/script/boot_repl.jl, in expression starting on line 35
Julia has exited. Press Enter to start a new session.

0 个答案:

没有答案