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

Unable to run the locustfile example #607

Closed
RanPollak opened this issue Jun 20, 2017 · 1 comment
Closed

Unable to run the locustfile example #607

RanPollak opened this issue Jun 20, 2017 · 1 comment

Comments

@RanPollak
Copy link

Hi,
After install locust on Centos 7 i've configured the locustfile and try to run it from the CLI, PSB.

[root@qa-machine locust]# locust --host=http://example.com
[2017-06-20 13:38:34,083] qa-machine/INFO/locust.main: Starting web monitor at *:8089
[2017-06-20 13:38:34,222] qa-machine/ERROR/stderr: Traceback (most recent call last):
[2017-06-20 13:38:34,222] qa-machine/ERROR/stderr: File "/bin/locust", line 9, in
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: load_entry_point('locustio==0.7.5', 'console_scripts', 'locust')()
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib/python2.7/site-packages/locust/main.py", line 437, in main
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: gevent.signal(signal.SIGTERM, sig_term_handler)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib64/python2.7/site-packages/gevent/init.py", line 101, in new
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: return _signal_class(*args, **kwargs)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 265, in init
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: self.watcher = self.hub.loop.signal(signalnum, ref=False)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "core.pyx", line 472, in gevent.core.loop.signal (gevent/gevent.core.c:8594)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: File "core.pyx", line 1127, in gevent.core.signal.init (gevent/gevent.core.c:19277)
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: AttributeError
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: :
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr: 'module' object has no attribute 'NSIG'
[2017-06-20 13:38:34,223] qa-machine/ERROR/stderr:

@aldenpeterson-wf
Copy link
Contributor

Duplicate of #518

closing

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

2 participants