-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error install :( #83
Comments
For some reason you need cmake installed. Install it, then |
Hi tbreloff |
Hi tbreloff,now it's working :) thanks for this. |
This should be on the README. Just ran into it myself. |
sglyon
added a commit
that referenced
this issue
Dec 19, 2016
@BryanARivera done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, everybody. when i try install the package occur this error:
==============================[ ERROR: MbedTLS ]===============================
LoadError: failed process: Process(
./cmake_check.sh
, ProcessExited(1)) [1]while loading /home/jmarcellopereira/.julia/v0.5/MbedTLS/deps/build.jl, in expression starting on line 74
================================[ BUILD ERRORS ]================================
WARNING: MbedTLS had build errors.
Pkg.build("MbedTLS")
deps/build.jl
scriptINFO: Package database updated
And
occur:
INFO: Precompiling module PlotlyJS.
ERROR: LoadError: MbedTLS not properly installed. Please run Pkg.build("MbedTLS")
in error(::String) at ./error.jl:21
in include_from_node1(::String) at ./loading.jl:488
in macro expansion; at ./none:2 [inlined]
in anonymous at ./:?
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/jmarcellopereira/.julia/v0.5/MbedTLS/src/MbedTLS.jl, in expression starting on line 43
ERROR: LoadError: Failed to precompile MbedTLS to /home/jmarcellopereira/.julia/lib/v0.5/MbedTLS.ji.
in compilecache(::String) at ./loading.jl:593
in require(::Symbol) at ./loading.jl:393
in include_from_node1(::String) at ./loading.jl:488
in macro expansion; at ./none:2 [inlined]
in anonymous at ./:?
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/jmarcellopereira/.julia/v0.5/HttpServer/src/HttpServer.jl, in expression starting on line 10
ERROR: LoadError: LoadError: Failed to precompile HttpServer to /home/jmarcellopereira/.julia/lib/v0.5/HttpServer.ji.
in compilecache(::String) at ./loading.jl:593
in require(::Symbol) at ./loading.jl:393
in include_from_node1(::String) at ./loading.jl:488 (repeats 2 times)
in macro expansion; at ./none:2 [inlined]
in anonymous at ./:?
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/jmarcellopereira/.julia/v0.5/Mux/src/server.jl, in expression starting on line 1
while loading /home/jmarcellopereira/.julia/v0.5/Mux/src/Mux.jl, in expression starting on line 22
ERROR: LoadError: LoadError: Failed to precompile Mux to /home/jmarcellopereira/.julia/lib/v0.5/Mux.ji.
in compilecache(::String) at ./loading.jl:593
in require(::Symbol) at ./loading.jl:393
in include_from_node1(::String) at ./loading.jl:488 (repeats 2 times)
in macro expansion; at ./none:2 [inlined]
in anonymous at ./:?
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/jmarcellopereira/.julia/v0.5/Blink/src/content/content.jl, in expression starting on line 1
while loading /home/jmarcellopereira/.julia/v0.5/Blink/src/Blink.jl, in expression starting on line 9
ERROR: LoadError: Failed to precompile Blink to /home/jmarcellopereira/.julia/lib/v0.5/Blink.ji.
in compilecache(::String) at ./loading.jl:593
in require(::Symbol) at ./loading.jl:393
in include_from_node1(::String) at ./loading.jl:488
in macro expansion; at ./none:2 [inlined]
in anonymous at ./:?
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/jmarcellopereira/.julia/v0.5/PlotlyJS/src/PlotlyJS.jl, in expression starting on line 7
WARNING: Couldn't initialize plotlyjs. (might need to install it?)
INFO: To do a standard install of plotlyjs, copy and run this:
The text was updated successfully, but these errors were encountered: