I installed zeromq under CPython. How can I install it so that it also runs under pypy?
www.zeromq.org/
The problem is that zeromq needs Cython.
To work with pypy, you need to use ctypes- based bindings such as pyzmq-ctypes or zmqpy .
2013 update: pyzmq now works with pypy, so you can just pip install pyzmq on pypy.
pip install pyzmq
Source: https://habr.com/ru/post/922225/More articles:Why does require.js seem to load all my modules when the page loads? - javascriptDouble-Hop Impersonation, Protocol Transition, and Limited Deletion in ASP.NET 4 - sql-serverHow can data remain constant across multiple calls to a decorated function? - pythonWhy is ArrayBlockingQueue called a restricted queue and LinkedBlockingQueue called an unlimited blocking queue? - javaIs there something like NSDictionary in android? - androidPython: how to use lambda or partial to bind arguments other than the first positional argument - pythonASTC Software Texture Compression / Decompression Algorithm - cHow to change the default value "Field must be a number" - jqueryTest Rules Created by Rpart - rNixing screen output with log4j - log4jAll Articles