[Anaconda]pip is configured with locations that require TLS/SSL

2020. 4. 11. 13:04Coding/Python

728x90

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, 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.",)': /simple/pip/

 

해결 방법이 여러가지 있는거 같은데, anaconda 환경변수 추가로 해결.

환경변수에 "아나콘다설치경로\Library\bin" 넣으니 잘 작동함.

728x90

'Coding > Python' 카테고리의 다른 글

[vscode]terminal로 가상환경에 접근이 잘 안될때.  (0) 2020.11.23
[openCV]이미지 기본  (0) 2020.04.16
소수찾기  (0) 2018.11.13
문자열 내림차순 정렬  (0) 2018.11.12
문자열 내의 숫자 여부 확인  (0) 2018.11.05