Are you on Ubuntu and using the Julia binary there? If so, it looks like you are running into
https://github.com/stevengj/PyCall.jl/issues/65
(see the discussion at the very end) due to a conflict between the openblas
in Ubuntu and the openblas that numpy wants to link to. See the issue for
workarounds.
