Fluent Terminal 은 Anaconda 를 사용 하여 CondaHTTPError: HTTP 000 연결 실패 알림

Windows 에서 Fluent Terminal 을 사용 하여 Anaconda 를 업데이트 하거나 설치 할 수 있 습 니 다. CondaHTTPError: HTTP 000 연결 실패 알림
문제 1:
사용 conda update conda 또는 conda install ***, 알림:
Collecting package metadata: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url 
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'mirrors.ustc.edu.cn\', port=443): Max retries exceeded with url: /anaconda/pkgs/free/noarch/repodata.json (Caused by SSLError("Can\'t connect to HTTPS URL because the
SSL module is not available."))'))

논리 적 으로 이 문제 에 부 딪 히 면 해법 은 모두 다음 과 같다.
  • 소스 교환
  • 원생 python 사용
  • Anaconda Prompt 사용
  • 실제 세부 알림 발견:
    Collecting package metadata: failed
    

    화해시키다
    SSLError(MaxRetryError('HTTPSConnectionPool(host=\'mirrors.ustc.edu.cn\', port=443)
    

    추측 ssl 과 관련 하여 사용 시도 pip install openssl, 출현
    문제 2:
    pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
    

    사용 시도: scoop install openssl, 설치 성공!다시 시도: pip install pyopenssl, 힌트: Requirement already satisfied: ************* 마지막 으로 시도 해 보 세 요: conda update conda, 힌트:
    WARNING: The conda.compat module is deprecated and will be removed in a future release.
    Collecting package metadata: done
    Solving environment: done
    
    # All requested packages already installed.
    

    성공!

    좋은 웹페이지 즐겨찾기