Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 임업후계자
- 양도소득세
- 산지연금
- python
- S3
- lambda
- 정책자금
- AWS
- boto3
- node
- pod
- Resolver
- OpenSearch
- command
- route53
- 세금계산서
- 성능개선
- 신탁공매
- 리소스
- 경매
- 농지연금
- 외국납부세액공제
- kubectl
- 금융소득
- Kubernetes
- 공매
- serverless
- 인덱싱
- Filter
- 매입불공제
Archives
- Today
- Total
진지한 개발자
pip 설치 시 SSLError 오류 해결방법 (SSLCertVerificationError) 본문
728x90
pip install <library>
# 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)'))'
- 해결 방법
pip --trusted-host pypi.org --trusted-host files.pythonhosted.org install <라이브러리>
728x90
'IT > Python' 카테고리의 다른 글
unzip (0) | 2023.08.26 |
---|---|
S3 file 지우기 (0) | 2023.06.29 |
특정 이름의 S3 파일을 지우고 싶을 때 (0) | 2023.06.09 |
Convert GroupBy Series to DataFrame (0) | 2023.06.05 |
Python 유용한 코드 (0) | 2023.05.20 |