Skip to content
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 does not work because gevent has been updated to 1.3.2 #809

Closed
mostaszewski opened this issue May 30, 2018 · 2 comments
Closed

Locust does not work because gevent has been updated to 1.3.2 #809

mostaszewski opened this issue May 30, 2018 · 2 comments

Comments

@mostaszewski
Copy link

Description of issue

At 2018-05-29 Gevent has been updated to 1.3.2 (Gevent changelog). Starting from 2018-05-29 locust installation is impossible to do.

Expected behavior

It should be possible to run locust tests.

Actual behavior

When i try to run locust (with or without arguments) i see this reponse:
ValueError: gevent._queue.Queue has the wrong size, try recompiling. Expected 80, got 72

Environment settings

  • OS: tested on Ubuntu 17.04, 18.04
  • Python version: tested with 2.7 and 3.6
  • Locust version: the last one (0.8.1)

Steps to reproduce

Just try to install locust again.

Hotfix

In order to install locust now, you have to use Gevent 1.3.1 instead of 1.3.2 so just downgrade this library.

@Dav-rnd
Copy link

Dav-rnd commented May 30, 2018

Just faced exactly same issue - proposed solution works !
Thks for this.

@cgoldberg
Copy link
Member

gevent 1.3.2 was broken when first published to PyPI yesterday... it has since been fixed.

see: gevent/gevent#1219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants