이 문자를 입력하면 아래와 같은 점이 잘못되었는지 알려줍니다.
C:\Users\74032> pip 설치 ccxt
경고: pip는 TLS/SSL를 요구하는 위치로 구성되어 있지만, Python의 ssl 모듈은 사용할 수 없습니다.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by SSLError(Cant connect to HTTPS URL because the SSL module is not available.) : /simple/ccxt/
WARNING: Retrying (Retry ((total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by SSLError ((Cant connect to HTTPS URL because the SSL module is not available.) : /simple/ccxt/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by SSLError(Cant connect to HTTPS URL because the SSL module is not available.) : /simple/ccxt/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by SSLError(Cant connect to HTTPS URL because the SSL module is not available.) : /simple/ccxt/
WARNING: Retrying (Retry ((total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by SSLError ((Cant connect to HTTPS URL because the SSL module is not available.) : /simple/ccxt/
URL을 가져오지 못했습니다https://pypi.org/simple/ccxt/: ssl 인증서를 확인하는 데 문제가 있었습니다: HTTPSConnectionPool(host=pypi.org, 포트=443): url: /simple/ccxt/ (SSLError의 원인으로 인해) - SSL 모듈이 사용 가능하지 않기 때문에 HTTPS URL에 연결할 수 없습니다.
에러: ccxt 요구 사항을 만족하는 버전을 찾을 수 없습니다 (버전: none)