You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added PyPlot like this on OSX (all pip dependencies were already installed):
julia> Pkg.add("PyPlot")
After using PyPlot, I get a bunch of errors, which don't get to much information. Do you have an idea, what's going wrong?
julia> using PyPlot
INFO: Precompiling module PyPlot...
Assertion failed: (ctx->gensym_assigned.at(idx)), function emit_expr, file codegen.cpp, line 3155.
signal (6): Abort trap: 6
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
ERROR: LoadError: Failed to precompile PyCall to /Users/roberteisele/.julia/lib/v0.4/PyCall.ji
in error at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
in compilecache at loading.jl:400
in require at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
in include at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
in include_from_node1 at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
[inlined code] from none:2
in anonymous at no file:0
in process_options at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
in _start at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
while loading /Users/roberteisele/.julia/v0.4/PyPlot/src/PyPlot.jl, in expression starting on line 5
ERROR: Failed to precompile PyPlot to /Users/roberteisele/.julia/lib/v0.4/PyPlot.ji
in error at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
in compilecache at loading.jl:400
in require at /usr/local/Cellar/julia/0.4.5/lib/julia/sys.dylib
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I added PyPlot like this on OSX (all pip dependencies were already installed):
After using PyPlot, I get a bunch of errors, which don't get to much information. Do you have an idea, what's going wrong?
Thanks!
The text was updated successfully, but these errors were encountered: