pip
pip
1 | pip freeze >requirements.txt //导出 |
换源
有时候开代理会出现Retry
1 | pip config set global.trusted-host pypi.mirrors.ustc.edu.cn |
问题
1 | 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'))) |
不要挂代理