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

Not have option --no-reset-stats #583

Closed
cyansilver opened this issue May 8, 2017 · 4 comments
Closed

Not have option --no-reset-stats #583

cyansilver opened this issue May 8, 2017 · 4 comments

Comments

@cyansilver
Copy link

hi,

After I installed locust 0.8a2 using pip install locustio==0.8a2, I cannot use the option --no-reset-stats. Please help me, thanks.

@thaffenden
Copy link
Contributor

I'm currently using the --no-reset-stats option on 0.8a2 without issue.
What error do you get?

@cyansilver
Copy link
Author

The error message is : locust: error: no such option: --no-reset-stats
I installed it on window with the version as below:

  • python: 2.7
  • pip: pip 9.0.1

@thaffenden
Copy link
Contributor

It looks the version pip installed doesn't include the --no-reset-stats option in main.py.
You can pip install directly from git which works:
pip install git+https://github.com/locustio/locust.git

But a maintainer will probably need to check the version on PyPI as the change logs docs do suggest that functionality should be available in 0.8a2 installed from there.

@cgoldberg
Copy link
Member

the change logs docs do suggest that functionality
should be available in 0.8a2 installed from there.

I have confirmed that the changelog for 0.8a2 is incorrect. As of right now, --no-reset-stats is only available in master. You must install from the git repo as suggested by @thaffenden

I'll update changelog.rst to clarify.

see #618

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