JuliaInterop / ZMQ.jl

Julia interface to ZMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew removed zeromq@3.2 (for Mac installation)

hayatoikoma opened this issue · comments

Homebrew has recently removed the zeromq@3.2 from their formulas, which is causing the error on the installation for Mac. FYI.
Homebrew/homebrew-core#23083

We should just update to a newer version, I guess?

Alternatively, if the update to a newer version requires a lot of work, we can also make and maintain a tap of the version 3.2 for Homebrew.

Since I am not familiar with zeromq and the inside of ZMQ.jl, I may not be a right person to solve this issue.

Upgrading ZMQ.jl to use a newer version should be less work, and is the right thing to do in the long run.

I am having this problem too. Is there a work around, while we wait for a fix?

I am using zeromq (version 4.2.3) that I can install with Homebrew and still haven't had any problems. (I am not using ZMQ.jl seriously. It is just a dependency of packages that I am using.)

I don't know the coverage of test, but, at least, the test passes with version 4.2.3.