-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Kernel does not start and keep restarting #328
Comments
See the debugging instructions to see if you can get a more detailed error message. |
I am getting these errors with debugging options true:
These messages repeats each time kernel tries to restart. |
i'm seeing the same issue on macos 10.10 with anaconda ipython 3.2.0 |
Sounds like a duplicate of JuliaInterop/ZMQ.jl#83 ... are you using zeromq 4.1? |
Yes. I'm using ZMQ |
Closing as a duplicate of that issue, then. |
Hi,
I updated to Julia 0.3.10 on archlinux but ijulia is not starting.
I'm doing
ipython notebook
from commandline withipython 3.2.0
.Kernel keeps restarting (always with 1/5). I have also deleted both .ipython and .julia dirs and installed all packages again; nothing is changed.
I also tried to use both IJulia, ZMQ and Nettle from master with
Pkg.checkout(pkg)
for all the packages and thenPkg.build("IJulia")
; got no errors while building but the problem persists.Thanks for helping.
The text was updated successfully, but these errors were encountered: