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

posted @ 2022-01-06 13:22  蓉城凌少  阅读(85)  评论(0)    收藏  举报