pip
pip + 换源 ,能使用export http_proxy (:多试几次
pip install xxx -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
或者设置文件
pip¶
换源¶
有时候开代理会出现Retry
pip3 config debug 检查设置
在 ~/.pip/pip.conf
或者 ~/.config/pip.conf
设置
pip config set global.trusted-host pypi.mirrors.ustc.edu.cn
pip install --trusted-host mirrors.bfsu.edu.cn icecream
问题¶
requests.exceptions.ProxyError: HTTPSConnectionPool(host='upload.pypi.org', port=443): Max retries exceeded with url: /legacy/ (Caused by ProxyError('Cannot connect to proxy.', OSError(0, 'Error')))
不要挂代理