Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags more
Archives
Today
Total
관리 메뉴

expertbuilder

Python package 설치 오류 본문

카테고리 없음

Python package 설치 오류

엑스퍼트빌더 2024. 4. 22. 11:03

 

연결 오류 : [SSL : CERTIFICATE_VERIFY_FAILED] 인증서 확인 실패 (_ssl.c : 598)"와 함께 pip 설치가 실패합니다.

 

 

신뢰할 수있는 호스트로 설정 pypi.org하여 SSL 오류를 무시할 수 있습니다 files.pythonhosted.org.

$ pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>

 

이렇게 했더니 설치됨...