-
NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+ 에러 해결Dev 2024. 3. 16. 17:43반응형
selenium webdriver 를 사용해 Chorme 창을 열 때 아래 warnings를 만났다.
NotOpenSSLWarning: urllib3 v2 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(urllib3 v2 가 OpenSSL 1.1.1+ 를 지원하지 않는다는 것 같다.
아래 커멘트를 입력해 새로운 urllib3 버전을 다운받으면 해결!
brew install openssl@1.1
pip3 install urllib3==1.26.15반응형'Dev' 카테고리의 다른 글
[Bash] 패턴 제거, 특정 패턴의 마지막 가져오기 (0) 2025.04.07 [git] 커밋 메시지에 preifx 붙이기는 git hook (0) 2025.04.07 Visual Studio Code - Short cut Cheet sheet (0) 2024.04.30 [Draw.io] 클래스 다이어그램 편집하기 (0) 2023.03.10 [git] revert 할 수 없을 때, commit revert is a merge but no -m option was given. (0) 2022.08.29