Python
pip SSL 인증 오류
이무쿤
2021. 4. 16. 11:42
반응형
하단 사용
pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install request
request 자리에 라이브러리 명 입력
ex)
pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install numpy
반응형