pyzmq icon indicating copy to clipboard operation
pyzmq copied to clipboard

PyZMQ: Python bindings for zeromq

Results 122 pyzmq issues
Sort by recently updated
recently updated
newest added

### What pyzmq version? 24.0.1 ### What libzmq version? 4.3.4 ### Python version (and how it was installed) 3.9.13 ### OS Windows/CentOS ### What happened? When RPCReceiveError is raised there...

*Please use this template for reporting suspected bugs or requests for help.* # Issue description failed to install pyzmq # Environment * libzmq version (commit hash if unreleased): 24.0.1 *...

question

### What pyzmq version? any ### What libzmq version? any ### Python version (and how it was installed) 3.10 ### OS Arch Linux ### What happened? No bug *yet*, but...

Hello, recently I set up a new python environment on a new computer as usual, I got automatically installed `pyzmq==21.0.2`, and I cannot use jupyter notebook, Jupyter lab, vs code...

``` >> import zmq Traceback (most recent call last): File "", line 1, in File "C:\Users\venv\lib\site-packages\zmq\__init__.p _load_libzmq() File "C:\Users\venv\lib\site-packages\zmq\__init__.p from . import libzmq ImportError: DLL load failed: The specified module...

I'm trying to migrate a Python program on a Raspberry Pi from Python 2.7 to Python 3.7. It uses ZMQ for communication with a PC. Now, when running the program...

### What pyzmq version? 24.0.1 ### What libzmq version? 4.3.4 ### Python version (and how it was installed) 3.9 ### OS FreeBSD 13.1 ### What happened? 3 tests failed: ```...

question

Looking at the documentation, I am seeing that libzmq versions `(≥ 3.2.2, ≥ 4.0.1 )` are supported (https://pyzmq.readthedocs.io/en/latest/#supported-libzmq), but am seeing `zmq.error.ZMQVersionError: zmq.has requires libzmq >= 4.1, have 4.0.4` on...

docs

this example shows how to use zeromq and multiprocessing to set up a parallel system capable of processing(resize) a large volume of images. the architecture is based on 4 types...

Hi, I installed the last version of pyzmq 24.0.1 and its seems that it contain the draft options, therefore radio and dish are included. I try to run your radio-dish...

question