-
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
Immediate crash under python 3.7 #852
Comments
I'm working around this by running locust in a |
To be fair, https://github.com/locustio/locust#supported-python-versions doesn't list 3.7 |
http://www.gevent.org/changelog.html#unreleased
My fresh install of locustio on Py3.7 gave me:
installing and pinning |
👍 I'll give that a try tomorrow! |
I had the same issue:
Issues: Workers were timing out, after some fixing, the Runtime Error. Fixed:
Thanks for your help! |
Working fine under python 3.7 for me with the pinned gevent (1.3.5) and greenlet (0.4.13) versions |
this is working work now.. I just merged #885 |
I don't see anything in the diff that will fix the specific problem with fresh installs work under Python 3.7 now because gevent released 1.3.6 to PyPI so the fix for anyone with this problem is to upgrade to |
Description of issue / feature request
Locust crashes immediately after launching under python3.7. The errors appear to have something to do with
greenlet
orgevent
.Expected behavior
It should work normally
Actual behavior
Immediate crash. Output:
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
pip install locustio
locust -f <path_to_locustfile>
Edit: the package name is
locustio
, notlocust
:pThe text was updated successfully, but these errors were encountered: