-
Notifications
You must be signed in to change notification settings - Fork 89
plotting causes SEGFAULT #419
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
Comments
A bit more information from the crash on my mac:
using Julia Version 1.1.0 |
(May be the same as #253.) |
It works fine for me on my Mac with the Conda python. What are julia> PyPlot.backend
"qt5agg"
julia> PyPlot.PyCall.python
"/Users/stevenj/.julia/conda/3/bin/python" |
Exactly the same thing: julia> PyPlot.backend
"qt5agg"
julia> PyPlot.PyCall.python
"/Users/solver/.julia/conda/3/bin/python" |
Does it work in Python? Try:
|
Yes, it works! |
I still can't reproduce. I'm using Julia 1.1.0 on macos 10.14, and I ran |
Just did and still it crashes |
Are you using JuliaPro, the standard julialang.org download, or a custom build? |
Julia 1.0.2 built from source with MKL: julia> versioninfo()
Julia Version 1.0.2
Commit d789231e99 (2018-11-08 20:11 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.2.0)
CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake) |
Duplicate of JuliaPy/PyCall.jl#443. Julia's MKL conflicts with the one used in NumPy. |
By the way, what does |
julia> LinearAlgebra.BLAS.vendor()
:mkl |
Warning added in JuliaPy/PyCall.jl#637 |
A window briefly appears before the SEGFAULT.
The text was updated successfully, but these errors were encountered: