IT에대해 알아보자/쥬피터(ANACONDA)
anaconda 파이썬 업데이트시 생기는 오류 해결
goAhEAd_29
2022. 10. 19. 16:55
728x90
반응형
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: 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'
1. conda config --set ssl_verify no
==> ssl 체크 꺼버리기
2. 시스템환경변수 --> 환경변수 --> PATH --> C:\Users\user\anaconda3\Library\bin 설정
728x90
반응형