-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Locust is not starting with pyzmq 23.0.0 #2099
Comments
Lock the version and release a new version? 🤔 |
added to my requirements.txt
and its working now 😅 |
PyZMQ 23.0.0 was released about 3 hours before this issue report. It moved the constants to enums and I think it's the cause. Maybe this commit affected. |
This is also causing issues with my application when run in a Master / Worker mode. Needed to pin 22.3.0 to resolve it. The issue seems to be with pyzmq v.23.0.0 |
Older Locust involves a PyZMQ breaking change due to unlocked version. Details: locustio/locust#2099
Quick and Dirt fix for version 2.4.3 marcosborges/terraform-aws-loadtest-distribuited if don't wish to update to Locust 2.9.0 file: locust.entrypoint.leader.full.sh.tpl
file: locust.entrypoint.node.full.sh.tpl
|
Older Locust involves a PyZMQ breaking change due to unlocked version. Details: locustio/locust#2099
Describe the bug
With latest ZMQ release (23.0.0) Locust stopped working - following error appears on Master:
and similar on worker:
Expected behavior
Actual behavior
Steps to reproduce
Install Locust with inclusion of latest ZMQ release - start master o start worker
Environment
The text was updated successfully, but these errors were encountered: