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 stdout info incorrectly recognizing installed version #4297

Closed
keshavchintamani opened this issue Feb 22, 2017 · 1 comment
Closed

Pip stdout info incorrectly recognizing installed version #4297

keshavchintamani opened this issue Feb 22, 2017 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@keshavchintamani
Copy link

  • Pip version: 8.11
  • Python version: 2.7.2
  • Operating system: Ubuntu 16.04

Description:

This is not a critical issue, maybe a cache bug somewhere. Pip was telling me to upgrade to 9.0.1 but after a successful install, it says I'm still on 8.1.1 although checking pip --version says 9.0.1

What I've run:

Successfully installed rosinstall-generator-0.1.13
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
kc@kc:~/sandbox$ pip install --upgrade pip
Collecting pip
  Using cached pip-9.0.1-py2.py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-8.1.1
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
kc@kc:~/sandbox$ pip --version
pip 9.0.1 from /home/kc/.local/lib/python2.7/site-packages (python 2.7)
@xavfernandez
Copy link
Member

Hopefully it was fixed in #3723.
If you're still facing the issue in pip 9.0.1, please re-open an issue with reproduction steps.

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