We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I install and run py.saunter on a host with requests==0.7.3 already installed, I get the following error trace:
py.saunter
requests==0.7.3
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.
requests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I install and run
py.saunter
on a host withrequests==0.7.3
already installed, I get the following error trace:I believe this is because the
requests
package does not have a version specified.The text was updated successfully, but these errors were encountered: