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

"Please report this" message re: issue #9617 #9850

Closed
1 task done
finite-state-machine opened this issue Apr 25, 2021 · 2 comments
Closed
1 task done

"Please report this" message re: issue #9617 #9850

finite-state-machine opened this issue Apr 25, 2021 · 2 comments
Labels
type: bug A confirmed bug or unintended behavior

Comments

@finite-state-machine
Copy link

Description

I'm seeing the following message when attempting to upgrade mypy:

WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /Users/dsuffling/.pyenv/versions/3.8.3/include/python3.8/UNKNOWN
sysconfig: /Users/dsuffling/.pyenv/versions/3.8.3/include/python3.8
WARNING: Additional context:
user = False
home = None
root = None
prefix = None

Issue #9617 is locked, so it's impossible to report the message. If reports are no longer wanted, the message should be removed.

Expected behavior

Either it should be possible to report the message as requested, or the message should not appear.

pip version

21.1

Python version

3.8.3 (installed via pyenv, which was installed via homebrew)

OS

macOS 10.14

How to Reproduce

I'm unable to reproduce this issue in a fresh virtualenv. Any advice for determining what about my environment might be triggering the issue would be appreciated. (Regardless, it's impossible to report the message, so I stand by the suggestion that the message be removed if reports are no longer desired.)

On my environment, running python3 -m pip install --upgrade mypy is sufficient to trigger the issue.

Output

WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /Users/dsuffling/.pyenv/versions/3.8.3/include/python3.8/UNKNOWN
sysconfig: /Users/dsuffling/.pyenv/versions/3.8.3/include/python3.8
WARNING: Additional context:
user = False
home = None
root = None
prefix = None
Requirement already satisfied: mypy in /Users/dsuffling/.pyenv/versions/3.8.3/lib/python3.8/site-packages (0.812)
Requirement already satisfied: typing-extensions>=3.7.4 in /Users/dsuffling/.pyenv/versions/3.8.3/lib/python3.8/site-packages (from mypy) (3.7.4.3)
Requirement already satisfied: mypy-extensions<0.5.0,>=0.4.3 in /Users/dsuffling/.pyenv/versions/3.8.3/lib/python3.8/site-packages (from mypy) (0.4.3)
Requirement already satisfied: typed-ast<1.5.0,>=1.4.0 in /Users/dsuffling/.pyenv/versions/3.8.3/lib/python3.8/site-packages (from mypy) (1.4.3)
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /Users/dsuffling/.pyenv/versions/3.8.3/include/python3.8/UNKNOWN
sysconfig: /Users/dsuffling/.pyenv/versions/3.8.3/include/python3.8
WARNING: Additional context:
user = False
home = None
root = None
prefix = None

Code of Conduct

@finite-state-machine finite-state-machine added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Apr 25, 2021
@ghost
Copy link

ghost commented Apr 25, 2021

Is there a fix for this? I'm not very tech savvy and can't figure out the meaning of all this

@sbidoul
Copy link
Member

sbidoul commented Apr 25, 2021

Work is ongoing to resolve the reported cases. In particular the one of this issue is handled in #9838. Thanks for reporting.

@sbidoul sbidoul closed this as completed Apr 25, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 29, 2021
@pradyunsg pradyunsg removed the S: needs triage Issues/PRs that need to be triaged label Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants