본문 바로가기
OS/Linux

[pip] 패키지 설치 시 SSH 에러

by 화뉘 2021. 3. 12.

WARNING: Retrying (Retry(total=0, 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:1123)'))': /simple/html-testrunner

pip 설치 시 해당 오류가 발생할 수 있다 이 경우 옵션에 아래 문구를 넣어주면 된다.

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

댓글