could not fetch url https://pypi.org/simple/pip/: there was a problem confirming the ssl certificate: httpsconnectionpool(host='pypi.org', port=443): max retries exceeded with url: /simple/pip/ (caused by sslerror("can't connect to https url because the..

    728x90

    could not fetch url https://pypi.org/simple/pip/: there was a problem confirming the ssl certificate: httpsconnectionpool(host='pypi.org', port=443): max retries exceeded with url: /simple/pip/ (caused by sslerror("can't connect to https url because the ssl module is not available.")) - skipping

     

     

    1. trusted-host 설정

    --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org

    2. ssl_verify false 설정

    conda config --set ssl_verify false

    728x90

    댓글