![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbLegvr%2FbtsHbu0hxQ3%2FfY7jxuwFwyLMlCd2courKk%2Fimg.png)
각종 에러들을 해결 해 보자
Python | WARNING: Retrying after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")', 아나콘다 path 설정, Anaconda Path 설정
오랜만에 윈도우에서 개발을 하려고 환경 설정을 해 주는데 파이썬 가상환경을 만든 후 ipynernel을 설치하려고 하니 아래와 같은 문제가 발생했다.WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.") 그래서 pip upgrade를 해 주었는데 아래 경고 문장이 뜨면서 위와 같은 에러가 떴다.WARNING: pip is configured with locations that require TLS/SSL, howe..