2016/12/08

[Solved] pip connection failure

$ pip install -U xxx
Could not fetch URL https://pypi.python.org/simple/xxx/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) - skipping

just reinstall pip

pip install -U pip

now you go.


0 件のコメント: