I have installed zeromq under CPython. How can I install it that it runns also under pypy?
www.zeromq.org/
The problem is it that zeromq needs Cython.
To work with pypy, you need to use a ctypes-based binding, such as pyzmq-ctypes or zmqpy.
2013 Update: pyzmq works with pypy now, so you can just pip install pyzmq
on pypy.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With