• 카테고리

    질문 & 답변
  • 세부 분야

    풀스택

  • 해결 여부

    미해결

장고설치가 안되는데요.

20.04.05 19:26 작성 조회수 248

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

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

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