-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.6.3 is incompatible with pyzmq 23.0.0 #251
Comments
chombourger
added a commit
to chombourger/zerorpc-python
that referenced
this issue
May 19, 2022
With pyzmq 23.0.0, constants were changed to enums and moved to the constants module. Attempt to import all globals from it into our zmq wrapper. Closes: 0rpc#251 Signed-off-by: Cedric Hombourger <[email protected]>
chombourger
added a commit
to chombourger/zerorpc-python
that referenced
this issue
May 19, 2022
With pyzmq 23.0.0, constants were changed to enums and moved to the constants module. Attempt to import all globals from it into our zmq wrapper. Closes: 0rpc#251 Signed-off-by: Cedric Hombourger <[email protected]>
Merged
5 tasks
The constants removal from zmq.green was a bug in 23.0, now fixed in 23.1. Feel free to report any compatibility issues upstream! |
beenje
added a commit
to beenje/zerorpc-python-feedstock
that referenced
this issue
Jun 6, 2022
See 0rpc/zerorpc-python#251 Was fixed with pyzmq 23.1.0
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pyzmq project has recently released 23.0.0
One of the changes highlighted in the release notes is:
I am getting errors like this one when running against that release
The text was updated successfully, but these errors were encountered: