Min RK

Results 1478 comments of Min RK

It is in the same general category of "a libzmq build is not compatible with a specific Windows situation" which can have many different causes, but often looks the same....

If anyone who can reproduce this could test the relevant wheel from [this build](https://github.com/zeromq/pyzmq/actions/runs/10419703868) (scroll down to "Artifacts" and pick the Windows zip that maches your arch): - [64bit -...

@wlfzsd thanks for reporting! Can you please share more information about: 1. your Windows system (e.g. `python3 -m platform` 2. how you installed Python (Windows store, conda, Python.org, etc.), including...

I was finally able to create an amd64 VM with Windows 11 and the MS Store. Unfortunately, when I install Python from the store and install pyzmq (both 26.0.0 and...

I finally managed to trigger this! On _one_ of my VMs, when I create a user with a non-ascii username (日本語), the error is produced. Same Python, same pyzmq with...

This should be fixed by pyzmq 26.2. If anyone can still reproduce this with 26.2, let me know as much information as you can about your system. And if you...

If anyone can reproduce this error with `pyzmq>=26,

That's correct, I build the binaries with default configuration, which does not include pgm support. If you want pgm support, you have to build libzmq with pgm support, and link...

After running `setup.py clean`, and `setup.py configure --zmq=full path`, what is the complete output of `setup.py build`?

and the output of the following: ``` python print zmq.zmq_version() print zmq._libzmq ``` ? And, for that matter, the output of setup.py install?