pip install报错
作者:互联网
报错类似:
There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org‘,port=443)
解决方案:
pip3 install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org --user uwsgi
标签:--,pypi,host,报错,install,pip,org,trusted 来源: https://www.cnblogs.com/rongchenglingshao/p/15770678.html