-
Notifications
You must be signed in to change notification settings - Fork 15
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
Rename Locust to User due to Breaking Change #5
Comments
I'm experiencing the same issue |
Do you know if the package on PyPI has changed? There mentions that the last release was Sep 19, 2019. Does the new version just have to be deployed? |
I'm also running into the same issue. @rohitghatol Can you release this as a new package version? The current version 0.3.4 is not compatible with the newest version of Locust. |
it is still maintained? |
I'm hitting the same problem here... hopefully @rohitghatol will find some time to release a new pypi package, thanks! |
I get this error message:
And it's coming from here
I believe that it's just a simple renaming of the class or at the very least the
setup.py
should be version locked to a version of locust that this lib supports viainstall_requires
.https://docs.locust.io/en/latest/changelog.html#changelog-1-0
Let me know for anything missed!
The text was updated successfully, but these errors were encountered: