Swift/기타
python package 설치 시 에러 발생 SSLError
삽질중
2023. 11. 6. 13:55
아래와 같이 오류가 발생할 경우
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)'))': /simple/lottie/
회사 프록시/방화벽에서 사이트 트래픽을 허용하지 않는 경우 발생 (회사 보안 정책)
>$ pip3 install lottie --trusted-host pypi.org --trusted-host files.pythonhosted.org