인턴 기간 중 트러블슈팅 메모 (계속해서 수정)
·
인턴 메모
# 파이썬 실행시 NotOpenSSLWarning오류 내용: urllib3 v2가 OpenSSL 1.1.1+ 를 지원하지 않아 생기는 문제로 확인/Users/s2w/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: warnings.warn(해결 방법$ brew install openssl@1.1$ pip install urllib3==1.26.6