728x90
파이썬에서 이미지 저장하는 크롤링할 때 나왔던 에러...
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] ...
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
728x90
'데이터 분석 > [Python] Troubleshooting' 카테고리의 다른 글
ModuleNotFoundError: No module named 'streamlit.cli' (3) | 2023.11.14 |
---|---|
AttributeError: st.session_state has no attribute “key”. Did you forget to initialize it? (0) | 2023.11.14 |
[python] anaconda ssl error (0) | 2023.08.22 |
jupyter notebook kernerl error 해결방법 (0) | 2023.04.18 |
CondaHTTPError: HTTP 000 CONNECTION FAILED (0) | 2022.04.07 |