Skip to content

pip 7.1.0 reports wrong version is installed when upgrading to 7.1.1 #3049

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

Closed
jayvdb opened this issue Aug 22, 2015 · 2 comments
Closed

pip 7.1.0 reports wrong version is installed when upgrading to 7.1.1 #3049

jayvdb opened this issue Aug 22, 2015 · 2 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@jayvdb
Copy link

jayvdb commented Aug 22, 2015

$ pip install --user --upgrade pip
/usr/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
You are using pip version 7.1.0, however version 7.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
/usr/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
Collecting pip
  Downloading pip-7.1.1-py2.py3-none-any.whl (1.1MB)
    100% |████████████████████████████████| 1.1MB 72kB/s 
Installing collected packages: pip
Successfully installed pip-7.1.0
$ pip --version
pip 7.1.1 from [~]/.local/lib/python2.7/site-packages (python 2.7)

Sorry if this has already been report/fixed in 7.1.1

@xavfernandez
Copy link
Member

Certainly linked to #2382

@xavfernandez
Copy link
Member

Closing in favor of #2382 and #3709

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 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

2 participants