You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Value for scheme.headers does not match. Please report this to #9617
distutils: c:\users\harshit\appdata\local\programs\python\python38\Include\UNKNOWN
sysconfig: c:\users\harshit\appdata\local\programs\python\python38\Include
WARNING: Additional context:
user = False
home = None
root = None
prefix = None
Expected behavior
There must be no such warnings
pip version
21.1
Python version
3.8.9
OS
Windows 10
How to Reproduce
Install latest python 3.8.
Run any pip command.
This warning pops up.
Output
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>distutils: c:\users\harshit\appdata\local\programs\python\python38\Include\UNKNOWNsysconfig: c:\users\harshit\appdata\local\programs\python\python38\IncludeWARNING: Additional context:user = Falsehome = Noneroot = Noneprefix = None
@Jarmos-san your pointer points to a work around not a solution. The message shows up when following my installation instruction for one of my project - so all of my users might run into this message and don't know what to do. What can be done to avoid this for my users who'm i can't force to pin a certain pip version?
Description
When I run any pip command, I get this warning:
WARNING: Value for scheme.headers does not match. Please report this to #9617
distutils: c:\users\harshit\appdata\local\programs\python\python38\Include\UNKNOWN
sysconfig: c:\users\harshit\appdata\local\programs\python\python38\Include
WARNING: Additional context:
user = False
home = None
root = None
prefix = None
Expected behavior
There must be no such warnings
pip version
21.1
Python version
3.8.9
OS
Windows 10
How to Reproduce
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: