-
-
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
Segmentation fault upon creating a notebook #323
Comments
I am also seeing this.
|
This might be related to JuliaInterop/ZMQ.jl#83. I downgraded from ZMQ 4.1 to 4.0 and also to from python=pyzmq-14.6 to python-pyzmq-14.5 and the problem goes away. |
@vchuravy Yes, downgrading those two packages fixes the problem for me too. |
I'm having the same issue in arch. I'll try downgrading zmq and see if that fixes it. EDIT: Yup, that fixes it.
|
Sorry if this is a dumb question, but how did you downgrade these packages exactly? |
@ahwillia I didn't downgrade the julia packages, but the actual libraries. In Arch Linux:
|
Alternatively, if you installed pyzmq using pip:
|
Weird. So I'm still having these issues using:
Tried downgrading and reinstalling with conda, and also with pip (combining pip screwed everything up for a while, but I have IPython Notebooks running fine again). Is there a way for me to confirm the versions being used by the Julia kernel? |
@ahwillia, in Julia 0.4 you can do |
Hmm, looks like it loads I haven't had much luck downgrading zeromq... I tried following this suggested workflow, but I keep breaking IJulia when I do so. |
That is your system's global homebrew version of zmq, not the private one from Homebrew.jl. You might need to |
@tkelman -- Thanks! I think that did the trick for me. |
Great! |
Something appears quite broken with latest ZMQ, but it can probably continue being tracked at JuliaInterop/ZMQ.jl#83 |
Here's a snippet of the error (using Antergos - Arch Linux latest of most) with Julia 0.3.9 and Pkg.add("IJulia"):
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: