Closed u3Izx9ql7vW4 closed 3 months ago
I think the answer to your question is only DISH can bind to udp, RADIO can only connect.
I'm not sure where --config-settings enable-drafts=1
is coming from, since that's not a thing I'm aware of. The draft install script appears to work, though it could probably use some updates.
The last message is stating that you already have pyzmq, so there's nothing to do (pip doesn't care that you've asked for a different build, it only cares that the version is satisfied). Pip will only install packages if they don't already satisfy version requirements, so you'll need to either uninstall pyzmq or use an argument that forces reinstall.
According to the documentation(http://api.zeromq.org/4-2:zmq-udp), UDP is supported with Dish/Radio pattern. However when my server tried to bind to a localhost UDP address I got:
The snippet that generated the error is here:
I found an issue issue https://github.com/zeromq/pyzmq/issues/911 from 2016 and ran the install script linked in the issue found at https://github.com/zeromq/pyzmq/blob/main/examples/draft/install.sh and also tried to run the following, as
--install-options
throwsno such option: --install-option
but got: