質問編集履歴

1

記載ミス

2020/06/06 06:49

投稿

aiai8976
aiai8976

スコア112

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,13 @@
18
18
 
19
19
  ```
20
20
 
21
+ $ (server) bash-3.2$ python --version
22
+
23
+ Python 3.6.5
24
+
21
- $ pipenv install django
25
+ (server) bash-3.2$ pipenv install django
26
+
27
+ Installing django…
22
28
 
23
29
  Error: An error occurred while installing django!
24
30
 
@@ -38,9 +44,9 @@
38
44
 
39
45
  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/
40
46
 
41
- ERROR: Could not find a version that satisfies the requirement django (from -r /var/folders/zw/pmw75qq169b_m6mqhsl_j1s40000gn/T/pipenv-zzfe008p-requirements/pipenv-pvqhpmz2-requirement.txt (line 1)) (from versions: none)
47
+ 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)
42
48
 
43
- ERROR: No matching distribution found for django (from -r /var/folders/zw/pmw75qq169b_m6mqhsl_j1s40000gn/T/pipenv-zzfe008p-requirements/pipenv-pvqhpmz2-requirement.txt (line 1))
49
+ 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))
44
50
 
45
51
 
46
52