关于#python#的问题:想安装一下requirements,不想学习还没开始就止步于软件安装这一步

想安装一下requirements,但弹出如下提示,总是安装不好,不想学习还没开始就止步于软件安装这一步

WARNING: Value for scheme.platlib does not match. Please report this to https://github.com/pypa/pip/issues/10151
distutils: d:Lib\site-packages
sysconfig: d:\Lib\site-packages
WARNING: Value for scheme.purelib does not match. Please report this to https://github.com/pypa/pip/issues/10151
distutils: d:Lib\site-packages
sysconfig: d:\Lib\site-packages
WARNING: Value for scheme.headers does not match. Please report this to https://github.com/pypa/pip/issues/10151
distutils: d:Include\UNKNOWN
sysconfig: d:\Include\UNKNOWN
WARNING: Value for scheme.scripts does not match. Please report this to https://github.com/pypa/pip/issues/10151
distutils: d:Scripts
sysconfig: d:\Scripts
WARNING: Additional context:
user = False
home = None
root = None

img

这种情况有可能是当前Python版本不兼容该项目,可以使用项目指定的Python版本,或者手动修改requirements.txt文件