Skip to content
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

Can't install on OSX 10.11.5 #221

Closed
infusion opened this issue Jun 3, 2016 · 2 comments
Closed

Can't install on OSX 10.11.5 #221

infusion opened this issue Jun 3, 2016 · 2 comments

Comments

@infusion
Copy link

infusion commented Jun 3, 2016

Hi,

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!

@stevengj
Copy link
Member

stevengj commented Jun 4, 2016

This is JuliaPy/PyCall.jl#269 ... see that issue for solutions.

@stevengj stevengj closed this as completed Jun 4, 2016
@stevengj
Copy link
Member

stevengj commented Jun 4, 2016

(Basically, don't use the Homebrew Julia.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants