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

pkg_resources.DistributionNotFound: setuptools>=1.0 #28

Closed
ghost opened this issue Jun 12, 2016 · 1 comment
Closed

pkg_resources.DistributionNotFound: setuptools>=1.0 #28

ghost opened this issue Jun 12, 2016 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jun 12, 2016

        Traceback (most recent call last):
          File "/usr/share/python/synda/sdt/bin/myproxyclient", line 5, in <module>
            from pkg_resources import load_entry_point
          File "/usr/share/python/synda/sdt/lib/python2.6/site-packages/pkg_resources.py", line 3025, in <module>
            parse_requirements(__requires__), Environment()
          File "/usr/share/python/synda/sdt/lib/python2.6/site-packages/pkg_resources.py", line 628, in resolve
            raise DistributionNotFound(req)
        pkg_resources.DistributionNotFound: setuptools>=1.0
@ghost
Copy link
Author

ghost commented Jun 12, 2016

setuptools version is too old

Fixed with:

pip install setuptools==19.7

@ghost ghost closed this as completed Jun 12, 2016
@ghost ghost added the bug label Jun 12, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants