Gilabert1994 / Error-Julia-Programming

I cannot start Julia in Atom. When I start, appears a message like:
0 stars 0 forks source link

Error Julia Programming, I cannot start Julia in Atom!! #1

Open Gilabert1994 opened 6 years ago

Gilabert1994 commented 6 years ago

When I open Julia on Atom, appears in REPL console a message like:

Press Enter to start Julia.

By the time I press enter another message like:

Starting Julia... juno-msg-precompilingINFO: Precompiling module Atom. ERROR: LoadError: HttpParser not properly installed. Please run Pkg.build("HttpParser") Stacktrace: [1] error(::String, ::String, ::Vararg{String,N} where N) at ./error.jl:30 [2] include_from_node1(::String) at ./loading.jl:576 [3] include(::String) at ./sysimg.jl:14 [4] anonymous at ./:2 while loading /Users/usuari/.julia/v0.6/HttpParser/src/HttpParser.jl, in expression starting on line 9 ERROR: LoadError: LoadError: Failed to precompile HttpParser to /Users/usuari/.julia/lib/v0.6/HttpParser.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] include_from_node1(::String) at ./loading.jl:576 [7] include(::String) at ./sysimg.jl:14 [8] anonymous at ./:2 while loading /Users/usuari/.julia/v0.6/HttpServer/src/RequestParser.jl, in expression starting on line 16 while loading /Users/usuari/.julia/v0.6/HttpServer/src/HttpServer.jl, in expression starting on line 12 ERROR: LoadError: LoadError: Failed to precompile HttpServer to /Users/usuari/.julia/lib/v0.6/HttpServer.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] include_from_node1(::String) at ./loading.jl:576 [7] include(::String) at ./sysimg.jl:14 [8] anonymous at ./:2 while loading /Users/usuari/.julia/v0.6/Mux/src/server.jl, in expression starting on line 1 while loading /Users/usuari/.julia/v0.6/Mux/src/Mux.jl, in expression starting on line 24 ERROR: LoadError: LoadError: Failed to precompile Mux to /Users/usuari/.julia/lib/v0.6/Mux.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] include_from_node1(::String) at ./loading.jl:576 [7] include(::String) at ./sysimg.jl:14 [8] anonymous at ./:2 while loading /Users/usuari/.julia/v0.6/Blink/src/content/content.jl, in expression starting on line 1 while loading /Users/usuari/.julia/v0.6/Blink/src/Blink.jl, in expression starting on line 9 ERROR: LoadError: Failed to precompile Blink to /Users/usuari/.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 ./:2 while loading /Users/usuari/.julia/v0.6/Atom/src/Atom.jl, in expression starting on line 5 juno-msg-loadERROR: LoadError: Failed to precompile Atom to /Users/usuari/.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/usuari/.atom/packages/julia-client/script/boot_repl.jl, in expression starting on line 35

Julia has exited. Press Enter to start a new session.

But I don't understand. I checked the update but I have already the latest version. Also, I installed the uber-juno package on Atom

atom version julia version packages

Please, help me!! it's important for me!

@pfitzseb Can you help me?

Sorry for my English, it's bad, I know

pfitzseb commented 6 years ago

Did you try Pkg.build("HttpParser") in a Julia REPL, as the error message indicates?

Gilabert1994 commented 6 years ago

Hi Sebastian, thanks for your reply! Yes.

pfitzseb commented 6 years ago

So what was the output? :)

Gilabert1994 commented 6 years ago

This,

captura de pantalla 2018-04-15 a las 14 10 02
pfitzseb commented 6 years ago

Try this maybe?

Gilabert1994 commented 6 years ago

Wow!! Yes Yes Yes!!! thanks a lot! I really appreciate it. I'm so happy ahahaha

pfitzseb commented 6 years ago

Btw, it's usually best if you open this kind of issue at a related repo (Juno.jl in this case).