Skip to content
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

ZMQ jll for Apple Silicon platform needed #210

Closed
domschl opened this issue Jun 18, 2021 · 3 comments
Closed

ZMQ jll for Apple Silicon platform needed #210

domschl opened this issue Jun 18, 2021 · 3 comments

Comments

@domschl
Copy link

domschl commented Jun 18, 2021

In order to use jupyter, a prebuilt version of ZMQ jll for :aarch64 (apple silicon) is needed.
Patching ZMQ.jl to use a system arm64 version of zeromq install via brew works fine.

@giordano
Copy link

Fixed by JuliaPackaging/Yggdrasil#3194. I confirm ZMQ.jl passes tests with ZeroMQ_jll v4.3.4, but the IJulia kernel doesn't start for me in a Jupyter notebook.

@stevengj
Copy link
Contributor

Closed as fixed upstream. If there are other problems with IJulia on m1, that should be a separate issue.

@domschl
Copy link
Author

domschl commented Jun 22, 2021

Confirmed it works now, thank you.

Two comments:

  • I somehow did not automatically receive the new version of ZeroMQ_jll, I had to deinstall ZeroMQ_jll and ZMQ and at some point a new version was installed and it worked.
  • There seems to be an incompatibility with the Jupyter kernel of IJulia: removing the old kernel and rebuilding IJulia fixed this, so IJulia is now working too without any patches on M1 with julia master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants