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

No module named pkg_resources #810

Closed
Pognio10 opened this issue May 31, 2018 · 2 comments
Closed

No module named pkg_resources #810

Pognio10 opened this issue May 31, 2018 · 2 comments

Comments

@Pognio10
Copy link

I have installed locustio but i find this error when try to call locust --help:

Pognio:~ Marco$ locust --help
Traceback (most recent call last):
  File "/usr/local/bin/locust", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Anyone havea solution??

Thanks

@cgoldberg
Copy link
Member

pkg_resources is part of setuptools. you are missing setuptools or have an old version.

can you try:
pip install --upgrade setuptools
... and then re-install locustio

@Pognio10
Copy link
Author

Pognio10 commented Jun 1, 2018

thanks, i have resolved the problem finding all python installation in my mac and deleting, after, throws Anaconda i have installed the correct version of python :D

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