GitHub - zeromq/pyzmq: PyZMQ: Python bindings for zeromq
https://github.com/zeromq/pyzmqbut compiling from source with pip install pyzmq should work in most environments. Especially on macOS, make sure you are using the latest pip (≥ 8), or it may not find the right wheels. If the wheel doesn't work for some reason, or you want to force pyzmq to be compiled (this is often preferable if you already have libzmq installed and configured the way you want it), you can …
pyzmq - PyPI
https://pypi.org/project/pyzmq29.08.2010 · For more detail on building pyzmq, see our Wiki. We build wheels for macOS, Windows, and Linux, so you can get a binary on those platforms with: pip install pyzmq but compiling from source with pip install pyzmq should work in most environments. Especially on macOS, make sure you are using the latest pip (≥ 8), or it may not find the right ...