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

pip install --upgrade pip updates to 10.0.0b2 #5183

Closed
minhtrangvy opened this issue Apr 6, 2018 · 10 comments
Closed

pip install --upgrade pip updates to 10.0.0b2 #5183

minhtrangvy opened this issue Apr 6, 2018 · 10 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@minhtrangvy
Copy link

  • Pip version: n/a
  • Python version: 2.7
  • Operating system: linux

Description:

pip install --upgrade pip installs 10.0.0b2, forcing us to pin to 9.0.3 since we're still using Python 2.7, but I thought this shouldn't work without the pre in front of pip, like pip install --upgrade --pre pip? Not a big deal since any pip install --upgrade pip will eventually go to v10.

What I've run:

`pip install --upgrade pip`
@dstufft
Copy link
Member

dstufft commented Apr 6, 2018 via email

@benoit-pierre
Copy link
Member

What version of pip did you use?

@pradyunsg pradyunsg added the S: awaiting response Waiting for a response/more information label Apr 7, 2018
@svisser
Copy link
Contributor

svisser commented Apr 8, 2018

This may be the same as #5175.

@benoit-pierre
Copy link
Member

@svisser: #5175 is about pip telling the user a new version if available, even if it's not a stable release. That does not mean pip install -U pip will upgrade to that pre-release (that should not happen unlesse --pre is used).

@pradyunsg
Copy link
Member

(that should not happen unlesse --pre is used)

Or an old version of pip is used, to upgrade from.

@benoit-pierre
Copy link
Member

More like an ancient version, <1.4 no?

@minhtrangvy
Copy link
Author

minhtrangvy commented Apr 8, 2018 via email

@benoit-pierre
Copy link
Member

I can confirm that setuptools/easy_install does look at pre-release versions (see: pypa/setuptools#855).

@pradyunsg pradyunsg added the S: needs triage Issues/PRs that need to be triaged label May 11, 2018
@benoit-pierre
Copy link
Member

This can probably be closed.

@pradyunsg pradyunsg removed S: awaiting response Waiting for a response/more information S: needs triage Issues/PRs that need to be triaged labels Sep 26, 2018
@lock
Copy link

lock bot commented Jun 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

5 participants