-
Notifications
You must be signed in to change notification settings - Fork 24
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
zerorpc 0.6.3 is not compatible with pyzmq 23.0.0 #242
Comments
chombourger
added a commit
to chombourger/mtda
that referenced
this issue
May 19, 2022
zerorpc fails with errors such as 'zerorpc.gevent_zmq' has no attribute 'PUSH' when running against the latest version. Changes to zerorpc are probably required. Closes: siemens#242 Signed-off-by: Cedric Hombourger <[email protected]>
raised 0rpc/zerorpc-python#251 upstream |
submitted 0rpc/zerorpc-python#252 |
chombourger
added a commit
that referenced
this issue
May 20, 2022
zerorpc fails with errors such as 'zerorpc.gevent_zmq' has no attribute 'PUSH' when running against the latest version. Changes to zerorpc are probably required. Closes: #242 Signed-off-by: Cedric Hombourger <[email protected]>
chombourger
added a commit
to chombourger/mtda
that referenced
this issue
May 20, 2022
Pull zerorpc-python submitted upstream (see issue siemens#251) for 0.6.3 to be compatible with pyzmq 23.0.0 Fixes: siemens#242 Signed-off-by: Cedric Hombourger <[email protected]>
chombourger
added a commit
to chombourger/mtda
that referenced
this issue
May 20, 2022
Pull zerorpc-python submitted upstream (see issue siemens#251) for 0.6.3 to be compatible with pyzmq 23.0.0 Fixes: siemens#242 Signed-off-by: Cedric Hombourger <[email protected]>
chombourger
added a commit
to chombourger/mtda
that referenced
this issue
May 20, 2022
Pull zerorpc-python submitted upstream (see issue siemens#251) for 0.6.3 to be compatible with pyzmq 23.0.0 Fixes: siemens#242 Signed-off-by: Cedric Hombourger <[email protected]>
chombourger
added a commit
that referenced
this issue
May 21, 2022
Pull zerorpc-python submitted upstream (see issue #251) for 0.6.3 to be compatible with pyzmq 23.0.0 Fixes: #242 Signed-off-by: Cedric Hombourger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
significant changes were introduced in pyzmq 23.0.0
our tests are failing with
AttributeError: module 'zerorpc.gevent_zmq' has no attribute 'PUSH'
need to work with the zerorpc project to fix such errors.
check if we can modify our requirements so that we don't run with pyzmp >= 23.0.0 for now
The text was updated successfully, but these errors were encountered: