Skip to content

Commit

Permalink
setup: require pyzmq<23.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
chombourger committed May 20, 2022
1 parent b92d55b commit 065fd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pyserial>=2.6",
"python-daemon>=2.0",
"pyusb>=1.0",
"pyzmq>=15.0",
"pyzmq>=15.0,<23.0.0",
"psutil",
"requests",
"zerorpc>=0.6.0",
Expand Down

0 comments on commit 065fd93

Please sign in to comment.