JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478 stars 88 forks source link

The kernel appears to have died. It will restart automatically. #319

Closed AshtonSBradley closed 7 years ago

AshtonSBradley commented 7 years ago

I am encountering kernel death:

using PyPlot
x=linspace(0,1,100)
plot(x, sin.(x))

gives: The kernel appears to have died. It will restart automatically. I have tried rebuilding PyCall and PyPlot.


 - PyPlot                        2.3.2

Julia Version 0.6.0
Commit 903644385b (2017-06-19 13:05 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin13.4.0)
  CPU: Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)
AshtonSBradley commented 7 years ago

I reinstalled python