Package Details: python-locust-git 1.0.3.r25.g5ea0342-1

Git Clone URL: https://aur.archlinux.org/python-locust-git.git (read-only, click to copy)
Package Base: python-locust-git
Description: Scalable user load testing tool written in Python
Upstream URL: https://github.com/locustio/locust
Licenses: MIT
Conflicts: python-locust
Provides: python-locust
Submitter: Sherlock-Holo
Maintainer: stick
Last Packager: stick
Votes: 1
Popularity: 0.000000
First Submitted: 2017-09-12 18:13 (UTC)
Last Updated: 2020-06-19 14:56 (UTC)

Latest Comments

stick commented on 2020-04-02 15:30 (UTC)

There is an error I'm stuck on right now...

[2020-04-02 11:30:07,188] elisha/INFO/locust.main: Starting web monitor at http://*:8089
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: Traceback (most recent call last):
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: File "/usr/bin/locust", line 11, in <module>
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: 
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: load_entry_point('locustio==0.14.5', 'console_scripts', 'locust')()
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: 
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: File "/usr/lib/python3.8/site-packages/locust/main.py", line 292, in main
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: 
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: gevent.signal(signal.SIGTERM, sig_term_handler)
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: 
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: TypeError
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: :
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: 'module' object is not callable
[2020-04-02 11:30:07,195] elisha/ERROR/stderr: 

stick commented on 2020-04-02 14:16 (UTC)

@Charon77 good catch, added!

Charon77 commented on 2020-04-02 07:50 (UTC)

Error when installing:

pkg_resources.DistributionNotFound: The 'psutil' distribution was not found and is required by locustio

Seems like it needs psutil?

Sherlock-Holo commented on 2017-10-08 04:32 (UTC)

@hmrodrigues I make a new package, you can check it.

<deleted-account> commented on 2017-10-04 13:57 (UTC)

locust.patch is failing on current commit. I was able to fix by changing the lines. Check it at https://gist.github.com/hmrodrigues/abc4b85b8dab6b3f69fb797543d89d18 Another thing, when you do the patch, specify the file to patch, that way there's no need for user interaction, or just do git apply, it will have the same result. Another option, is to use sed to replace the line inside the file, that way there's no need to a patch file and prevents future patch failures. Best regards, Hugo Rodrigues