-
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
loop() got unexpected keyword argument #485
Comments
Locust now uses gevent 1.1.1 (I just updated the docs, thanks for pointing it out). Unfortunately I'm not able to reproduce the error on OSX. What do you see if you open up a python console and run the following?
|
Hi, I was able to resolve the problem by uninstalling locustio and gevent via pip. I assume that the previously installed wrong version of gevent was the culprit. Why does the doc even state that you have to install a binary beforehand on windows? Just running |
I'm happy you were able to resolve it. A couple of years ago, it was pretty common for developers on windows to not have a working python build environment set up, which would result in errors when trying to install python packages that had C extensions that needed to be built. However, maybe this has changed now when there are wheels in PyPI/PIP? In that case it would make sense to update the documentation. |
Hi everyone,
I tried to install locust 0.7.5 on Windows 7. I followed the instructions from the docs. They state to first install a binary of gevent 0.13 for Windows. Afterwards I executed
pip install locustio
. This, however installed a version of gevent 1.1.1 on my system.After installation and trying to execute a simple locust program, I get the following error:
Is this a bug? Did I fail during installation?
Thanks!
The text was updated successfully, but these errors were encountered: