-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
What’s the original version of pip?
…Sent from my iPhone
On Apr 6, 2018, at 6:49 PM, Trang ***@***.***> wrote:
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`
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
What version of pip did you use? |
This may be the same as #5175. |
Or an old version of pip is used, to upgrade from. |
More like an ancient version, |
Actually might be an issue with easy install since we use setuptools and that uses easy install
…Sent from my iPhone
On Apr 7, 2018, at 9:11 PM, Benoit Pierre ***@***.***> wrote:
More like an ancient version, <1.4 no?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I can confirm that setuptools/easy_install does look at pre-release versions (see: pypa/setuptools#855). |
This can probably be closed. |
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. |
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 thepre
in front ofpip
, likepip install --upgrade --pre pip
? Not a big deal since anypip install --upgrade pip
will eventually go to v10.What I've run:
The text was updated successfully, but these errors were encountered: