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
Using official binary files from Julia downloads, PyPlot works as expected.
I've compiled Julia from source using MKL, and I still gets the message:
julia> using PyPlot
julia> x = 1:10;
julia> plot(x)
signal (11): Segmentation fault
signal (11): Segmentation fault
in expression starting at no filein expression starting at no file:0
in expression starting at no file:0
in expression starting at no file:0
signal (11): Segmentation fault
in expression starting at no file:0
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Using official binary files from Julia downloads, PyPlot works as expected.
I've compiled Julia from source using MKL, and I still gets the message:
The text was updated successfully, but these errors were encountered: