[Anaconda]CondaHTTPError: HTTP 000 CONNECTION FAILED

워니 파이리 ·2021년 7월 27일

개발환경구축

목록 보기
2/2

1. 회사 개발 PC 아나콘다 환경에서 아래와 같은 에러가 발생

ondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json 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. If your current network has https://www.anaconda.com blocked, please file a support request with your network engineering team. 'https://repo.anaconda.com/pkgs/main/win-64'

  • 해당 링크 주소 접속이 원할 하기 때문에 사내 방화벽 문제는 아님
  • 아나콘다 가상환경에서 SSL 인증 관련 기능을 아래와 같이 해제 하여 해결
conda config --set ssl_verify no

profile
데이터로 보는 세상(+DevOps)

0개의 댓글