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
Update pip to at least 9.x #7733
Comments
This is to workaround around travis-ci/travis-ci#7733 and issues with implicit requirement of python-requests on newer pip.
This is to workaround around travis-ci/travis-ci#7733 and issues with implicit requirement of python-requests on newer pip.
|
FYI, requests 2.14.1 was shipped and it
(from: https://github.com/kennethreitz/requests/issues/4006#issuecomment-300269007) Can anybody confirm if it's fixed on Travis CI without the Thanks! |
This is to workaround around travis-ci/travis-ci#7733 and issues with implicit requirement of python-requests on newer pip. Reviewed-By: Christian Heimes <cheimes@redhat.com>
|
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues |
The current base image for Python has pip 6, which is ~2 years old. I noticed this when my builds broke today after the
requeststeam shipped an update which depends on a pip feature which is roughly a year old:https://github.com/kennethreitz/requests/issues/4006
Adding
pip install --upgrade pipto the install stanza of my.travis.ymlfixes it but that has to be done for every project.The text was updated successfully, but these errors were encountered: