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を使用するには、pyzmq-ctypesやzmqpyなどのctypesベースのバインディングを使用する必要があります。
2013年の更新: pyzmqはpypyで動作するようになったため、pip install pyzmqpypyだけを使用できます。
pip install pyzmq