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

Requests version must be >= 1.1.0 #48

Open
davemarchevsky opened this issue Jul 18, 2013 · 0 comments
Open

Requests version must be >= 1.1.0 #48

davemarchevsky opened this issue Jul 18, 2013 · 0 comments

Comments

@davemarchevsky
Copy link

When I install and run py.saunter on a host with requests==0.7.3 already installed, I get the following error trace:

Traceback (most recent call last):
  File "/bitly/local/bin/pysaunter", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/bitly/local/lib/python2.7/site-packages/distribute-0.6.40-py2.7.egg/pkg_resources.py", line 2825, in <module>
    parse_requirements(__requires__), Environment()
  File "/bitly/local/lib/python2.7/site-packages/distribute-0.6.40-py2.7.egg/pkg_resources.py", line 598, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (requests 0.7.3 (/bitly/local/lib/python2.7/site-packages), Requirement.parse('requests>=1.1.0'))

I believe this is because the requests package does not have a version specified.

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

1 participant