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

Update pip to at least 9.x #7733

Closed
acdha opened this issue May 9, 2017 · 3 comments
Closed

Update pip to at least 9.x #7733

acdha opened this issue May 9, 2017 · 3 comments

Comments

@acdha
Copy link

acdha commented May 9, 2017

The current base image for Python has pip 6, which is ~2 years old. I noticed this when my builds broke today after the requests team 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 pip to the install stanza of my .travis.yml fixes it but that has to be done for every project.

martbab pushed a commit to martbab/freeipa that referenced this issue May 9, 2017
This is to workaround around
travis-ci/travis-ci#7733 and issues with
implicit requirement of python-requests on newer pip.
martbab pushed a commit to martbab/freeipa that referenced this issue May 9, 2017
This is to workaround around
travis-ci/travis-ci#7733 and issues with
implicit requirement of python-requests on newer pip.
@BanzaiMan
Copy link
Contributor

Recent Python archives may have a version of pip that satisfies your needs. For example, 3.5 has pip 9.0.1 on Precise, 8.1.2 on Trusty.

@cotsog
Copy link

cotsog commented May 9, 2017

FYI, requests 2.14.1 was shipped and it

should vastly widen the number of supported pip and setuptools versions

(from: https://github.com/kennethreitz/requests/issues/4006#issuecomment-300269007)

Can anybody confirm if it's fixed on Travis CI without the pip install --upgrade pip workaround?

Thanks!

flo-renaud pushed a commit to flo-renaud/freeipa that referenced this issue May 10, 2017
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>
@stale
Copy link

stale bot commented Apr 13, 2018

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

@stale stale bot added the stale label Apr 13, 2018
@stale stale bot closed this as completed Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants