相关疑难解决方法(0)

“警告:scheme.data 的值不匹配”当我尝试更新 pip 或安装包时

我有一台 M1 Mac,我刚刚注意到,当我尝试升级pip或安装任何软件包时,会收到一系列警告:

user@mac01 ~ $python3 -m pip install --upgrade pip
WARNING: Value for scheme.platlib does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /opt/homebrew/lib/python3.9/site-packages
sysconfig: /opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/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: /opt/homebrew/lib/python3.9/site-packages
sysconfig: /opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /opt/homebrew/include/python3.9/UNKNOWN
sysconfig: /opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9
WARNING: Value for scheme.scripts does not match. Please report this to <https://github.com/pypa/pip/issues/9617>
distutils: /opt/homebrew/bin
sysconfig: /opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/bin
WARNING: Value for …
Run Code Online (Sandbox Code Playgroud)

python pip python-3.x

81
推荐指数
2
解决办法
4万
查看次数

在Windows上通过.condarc文件设置Python Anaconda代理

我无法在Windows 7计算机上通过Anaconda安装conda的代理.我如何使用代理?

http://conda.pydata.org/docs/config.html

python proxy anaconda conda

14
推荐指数
2
解决办法
5万
查看次数

标签 统计

python ×2

anaconda ×1

conda ×1

pip ×1

proxy ×1

python-3.x ×1