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 showing current version number as being installed #4250

Closed
LottieVixen opened this issue Jan 24, 2017 · 4 comments
Closed

pip install showing current version number as being installed #4250

LottieVixen opened this issue Jan 24, 2017 · 4 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@LottieVixen
Copy link

  • Pip version: 8.1.2
  • Python version: Python 2.7.12+
  • Operating system: Ubuntu 16.10 x86_64
  • Kernal: 4.8.0-34-generic

Description:

pip install --upgrade pip outputs wrong answer of the current version not installed version.

What I've run:

$ pip install --upgrade pip
Collecting pip
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 173kB/s 
Installing collected packages: pip
Successfully installed pip-8.1.2
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

$ pip install --upgrade pip
Requirement already up-to-date: pip in ./.local/lib/python2.7/site-packages

$ pip -V
pip 9.0.1 from /home/charlotte/.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.

@cjerdonek
Copy link
Member

If you're still facing the issue in pip 9.0.1, please re-open an issue with reproduction steps.

I've re-opened / re-reported this issue as #4400.

@faoujisoka
Copy link

faoujisoka commented Jun 12, 2018

I need some help here
when I run this ' pip install --upgrade pip ' this error appears:
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
I have pip 9.0.1 version So what should I do???

@lock
Copy link

lock bot commented Jun 2, 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 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 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

4 participants