Skip to content

pip list --outdated does not know about itself (latest pip reports outdated version of pip) #3538

@michael-k

Description

@michael-k
  • Pip version: 8.0.3
  • Python version: 3.5.1
  • Operating System: docker image python:3.5

Description:

Pip is installed in version 8.0.3:

$ docker run --rm -it python:3.5 pip --version
pip 8.0.3 from /usr/local/lib/python3.5/site-packages (python 3.5)

But pip tells me that an old version of pip is installed:

$ docker run --rm -it python:3.5 pip list --outdated
pip (7.1.2) - Latest: 8.0.3 [wheel]

If pip list --outdated cannot even find itself, I wonder if the rest of the reports is always correct.

What I've run:

See Description

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions