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

py-pip: upgrade to version 21.1.1 #10891

Merged
merged 1 commit into from May 4, 2021

Conversation

chadcatlett
Copy link
Contributor

Description

pip 21.1 can generate errors when doing pip install --user. It refers users to checkout pip issue 9617. Upgrading to the latest stable pip fixes the issue.

Here is an example of a slightly redacted error message the current version can generate:

WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /Users/ccatlett/Library/Python/3.9/lib/python/site-packages
sysconfig: /Users/ccatlett/Library/Python/3.9/lib/python3.9/site-packages
WARNING: Value for scheme.purelib does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /Users/ccatlett/Library/Python/3.9/lib/python/site-packages
sysconfig: /Users/ccatlett/Library/Python/3.9/lib/python3.9/site-packages
WARNING: Additional context:
user = True
home = None
root = None
prefix = None
Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.15.7 19H1030 x86_64
Xcode 12.4 12D4e

Verification

@macportsbot
Copy link

Notifying maintainers:
@stromnov for port py-pip.

@macportsbot macportsbot added maintainer: open Affects an openmaintainer port type: bugfix labels May 4, 2021
@stromnov stromnov merged commit 3a59fef into macports:master May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer: open Affects an openmaintainer port type: bugfix
3 participants