Thanks :)
On Tuesday, March 11, 2014 2:19:27 PM UTC-7, Jake Bolewski wrote: > > This looks like it was fixed a couple hours ago, see > https://github.com/JuliaLang/julia/issues/6097#issuecomment-37348594 > > Jake > > On Tuesday, March 11, 2014 5:16:19 PM UTC-4, Ethan Anderes wrote: >> >> Hi, >> >> Just complied julia and am getting a segmentation fault when trying to >> use PyCall. Should I file an issue with PyCall or am I doing something >> wrong here? Thanks. -Ethan >> >> >> >> julia> Pkg.status() >> 1 required packages: >> - PyCall 0.4.2 >> >> julia> versioninfo() >> Julia Version 0.3.0-prerelease+1968 >> Commit 010ad00* (2014-03-11 11:51 UTC) >> Platform Info: >> System: Darwin (x86_64-apple-darwin13.1.0) >> CPU: Intel(R) Xeon(R) CPU X5670 @ 2.93GHz >> WORD_SIZE: 64 >> BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY) >> LAPACK: libopenblas >> LIBM: libopenlibm >> >> julia> using PyCall >> >> julia> @pyimport matplotlib.pyplot as plt >> >> julia> plt.plot(sin(1:20)) >> Segmentation fault: 11 >> >
