質問編集履歴
1
記載ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,10 @@
|
|
8
8
|
### 発生している問題・エラーメッセージ
|
9
9
|
|
10
10
|
```
|
11
|
+
$ (server) bash-3.2$ python --version
|
12
|
+
Python 3.6.5
|
11
|
-
$ pipenv install django
|
13
|
+
(server) bash-3.2$ pipenv install django
|
14
|
+
Installing django…
|
12
15
|
Error: An error occurred while installing django!
|
13
16
|
Error text: 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
|
14
17
|
|
@@ -18,8 +21,8 @@
|
|
18
21
|
WARNING: 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/
|
19
22
|
WARNING: 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/
|
20
23
|
WARNING: 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/
|
21
|
-
ERROR: Could not find a version that satisfies the requirement django (from -r /var/folders/zw/pmw75qq169b_m6mqhsl_j1s40000gn/T/pipenv-
|
22
|
-
ERROR: No matching distribution found for django (from -r /var/folders/zw/pmw75qq169b_m6mqhsl_j1s40000gn/T/pipenv-
|
24
|
+
ERROR: Could not find a version that satisfies the requirement django (from -r /var/folders/zw/pmw75qq169b_m6mqhsl_j1s40000gn/T/pipenv-ex4woyxe-requirements/pipenv-m0pmlbcy-requirement.txt (line 1)) (from versions: none)
|
25
|
+
ERROR: No matching distribution found for django (from -r /var/folders/zw/pmw75qq169b_m6mqhsl_j1s40000gn/T/pipenv-ex4woyxe-requirements/pipenv-m0pmlbcy-requirement.txt (line 1))
|
23
26
|
|
24
27
|
✘ Installation Failed
|
25
28
|
```
|