반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 맥
- TensorFlow
- webpack
- 네트워크
- unittest
- PYTHON
- node
- androidstudio
- react
- 오블완
- build
- localserver
- 개발
- IOS
- ReactNative
- linux
- MachineLearning
- 센토스
- 티스토리챌린지
- centos
- qunit
- VirtualBox
- jest
- 리눅스
- MAC
- xcode
- Chrome
- vsCode
- Android
Archives
- Today
- Total
로메오의 블로그
Python3 SSL: CERTIFICATE_VERIFY_FAILED 해결하기 - Mac 본문
Backend/Python & Blockchain
Python3 SSL: CERTIFICATE_VERIFY_FAILED 해결하기 - Mac
romeoh 2024. 2. 2. 21:20반응형
Python3에서 설치시 SSL: CERTIFICATE_VERIFY_FAILED 오류가 발생한 경우
$ pip3 install --upgrade certifi
또는 Application > Python 3.11 > Install Certificates.command를 실행합니다.
반응형
'Backend > Python & Blockchain' 카테고리의 다른 글
[Python] requests (0) | 2022.11.17 |
---|---|
[Python] setInterval 구현 (0) | 2022.11.17 |
[Python] Selenium으로 Crawling하기 (0) | 2020.02.19 |
[Python] Python Crawling 웹 크롤링 (0) | 2020.02.18 |
[Facial Recognition] 얼굴 인식하기 (0) | 2019.07.19 |
Comments