-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Dead kernel #159
Comments
You can restart the kernel in the |
I get the same messages repeatedly... Any idea of what to do? |
Did your Julia installation change? If you installed a new version of Julia (e.g. you changed the path to Julia), then you will need to quit IPython completely (stop the IPython server), rerun |
My kernels keep dying as well. I wasn't able to run anything at all, things just kept dying. This was a brand new install of Julia and IJulia. Error messages are uninformative :
Thanks for any help ! |
Does |
Yes, the build was fine, no errors.
|
What is the output of |
|
Why don't you stay in 0.2.0 for while? |
Mostly because this is what built when I cloned the git repo and built from source two days ago ( commit code 96fb7e1 ). The binary didn't seem to work under Mavericks. |
I keep getting a restart message too. The python console log being: ERROR: could not open file /Users/axolotlfan9250/.julia/v0.3/IJulia/src/kernel.jl I did Pkg.build("IJulia") but it does not stop the message from coming up. I'll do a reinstall and see if it works. Ahah! It works! |
I get the same issue currently. not sure what can be the root cause. It seems I'm back in order, when I did
|
Seems no longer applicable to the latest version. |
I have been working with my instance of JuliaBox with the kernel Julia 0.4.1 without problems, but Any idea to solve my problem? Thanks Luis Javier Hernandez |
@luisjavierhernandez this is most likely because of some conflicting locally installed/precompiled packages. Clearing them from ~/.julia should resolve the issue, e.g.: There's a button on the JuliaBox settings tab to do it as well. |
Thanks Tanmay, Your instruction is correct. However, my program uses PyPlot and this package If I work with the Kernel Julia 0.3 Is it possible to install PyCall without having With my best wishes |
I think this is related to JuliaPy/PyPlot.jl#185, which in turn seems like some underlying problem with Julia's caching mechanism on JuliaBox, nothing specific to IJulia or PyPlot per se. |
In particular, I see a clearer error message in the JuliaBox console:
|
See the abovementioned Julia issue. |
In general, continuing to comment on this issue is not fruitful. Not all causes of "dead kernel" messages are created equal — each issue should be tied to a specific problem in IJulia (or, in this case, in Julia and JuliaBox). So, in the future, if you see a "dead kernel" message, please file a new issue (and try first to diagnose the source of the launch failure by following the "debugging IJulia" instructions in the README). |
I had a similar issue on centos, however, the issue was coming from a bad packaging of IJulia, as i didn't have cmake so i saw the error during the Pkg.add("IJulia"). |
I had the same issue on Manjaro linux recently. I was using the version available in the Manajaro repository (1.01). I simply uninstalled it and downloaded Julia from the Julia website, extracted it and added it to my path. It is working without any problem. Installed IJulia and using it with Jupyter notebook. |
After a few days I opened a note and found this message:
Alternating...
I can't find a way to restart the kernel, please help.
The text was updated successfully, but these errors were encountered: