pip를 이용해서 원하는 패키지를 설치하려고 할때
pip package install SSL 인증서 Error 해결 (error: [SSL: CERTIFICATE_VERIFY_FAILED])
에러가 발생했다.
네트워크 환경이 바뀌면서 그런거 같다
$ pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org 설치할패키지이름
로 설치하면 된다
'DataScience > Python' 카테고리의 다른 글
| M1 칩 Mac에서 tensorflow 사용하기 (1) | 2024.04.04 |
|---|---|
| Huggingface SSL error (1) | 2024.04.04 |
| warning ignore (3) | 2023.02.13 |
| confusion matrix 식 (2) | 2022.05.17 |
| [pandas] pd.merge() (0) | 2022.02.21 |
댓글