Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 CPython 下安装了 zeromq。我怎样才能安装它,它也在pypy下运行?
www.zeromq.org/
问题是 zeromq 需要 Cython。
要使用 pypy,您需要使用基于 ctypes 的绑定,例如pyzmq-ctypes或zmqpy。
2013 更新: pyzmq 现在可以与 pypy 一起使用,因此您可以只pip install pyzmq使用 pypy。
pip install pyzmq