강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

하용우님의 프로필 이미지
하용우

작성한 질문수

파이썬 사용자를 위한 웹개발 입문 A to Z Django + Bootstrap

django 설치; django 프로젝트 만들기

장고설치가 안되는데요.

작성

·

368

0

2.7은 문법이 다르고 하셔서 다시 삭제하고

아나콘다 3.7버전을 설치하니깐

이전과 같은 에러가 나오네요.

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

Collecting django

  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/

  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/

  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/

  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/

  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/django/

  Could not fetch URL https://pypi.org/simple/django/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/django/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

  Could not find a version that satisfies the requirement django (from versions: )

No matching distribution found for django

답변 1

0

SungYong Lee님의 프로필 이미지
SungYong Lee
지식공유자

위 화면에서 python 이라고 입력하면 뭐가 나오나요? 3.x 버전이 나오나요? 

그리고 anaconda 설치할 때 path 설정 하셨나요? 라디오버튼 나오는 타이밍에 Add anaconda to PATH environment 선택하셨는지 궁금합니다. 

하용우님의 프로필 이미지
하용우

작성한 질문수

질문하기