Inflearn Community Q&A
설치가 안됩니다
Written on
·
295
0
C:\WINDOWS\system32>conda create -n py3 python=3.5
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'
라고 뜨고 'https://repo.anaconda.com/pkgs/main/win-64'에 접속은 잘 됩니다.. 뭐가 문제일까요?
Quiz
파이썬 개발 환경 설정 시 아나콘다(Anaconda)를 사용하는 주된 목적은 무엇일까요?
코드 문법 자동 완성 기능을 제공하기 위해
다양한 파이썬 라이브러리를 통합적으로 관리하기 위해
데이터베이스에 쉽게 연결하기 위해
그래픽 사용자 인터페이스(GUI)를 자동으로 생성하기 위해
Answer





