여정의 기록
NotOpenSSLWarning 해결, urllib3 warnings.warn 본문
728x90
Python 을 이용해서 카카오 API를 불러와서 사용하는 코드를 작성하였는데, 아래와 같은 경고문이 발생했다.
NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(
pip install urllib3==1.26.6
정확한 버전으로 다시 설치한 뒤 경고문을 없앨 수 있었다.
728x90
'공부 > 프로젝트 진행' 카테고리의 다른 글
food detection project part of code (0) | 2023.09.23 |
---|---|
STT 프로젝트 관련 (code, 모델 성능 체크) (0) | 2023.09.23 |
챗봇 웹페이지에서 채팅창을 벗어나는 이유, form 그리고 button (0) | 2023.08.26 |
[aws] Lambda Function - "POST - Method Execution" 에 대하여. 일부. (0) | 2023.05.21 |
DICOM 파일에 대한 이해, Nii 파일 불러오기 (0) | 2022.10.06 |