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

Silence a warning erroneously emitted by pip. #31

Merged
merged 1 commit into from
Nov 8, 2017

Conversation

duggelz
Copy link

@duggelz duggelz commented Nov 4, 2017

The warning is:
You are using pip version 1.5.4, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

In reality, pip is at 9.0.1, but its bundled version of pkg_resources
doesn't know that.

See google/subpar#38

The warning is:
   You are using pip version 1.5.4, however version 9.0.1 is available.
   You should consider upgrading via the 'pip install --upgrade pip' command.

In reality, pip is at 9.0.1, but its bundled version of pkg_resources
doesn't know that.

See google/subpar#38
@mattmoor mattmoor self-requested a review November 8, 2017 05:06
@mattmoor mattmoor merged commit 979fca9 into master Nov 8, 2017
@duggelz duggelz deleted the dgreiman/pipwarning branch April 7, 2018 06:54
alexeagle pushed a commit to alexeagle/rules_python that referenced this pull request Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants