質問編集履歴

1

エラー全文を追記しました。

2019/02/25 08:20

投稿

machid
machid

スコア19

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,31 @@
6
6
 
7
7
 
8
8
 
9
+
10
+
9
11
  pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
12
+
13
+ Collecting pymysql
14
+
15
+ 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/pymysql/
16
+
17
+ 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/pymysql/
18
+
19
+ 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/pymysql/
20
+
21
+ 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/pymysql/
22
+
23
+ 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/pymysql/
24
+
25
+ Could not fetch URL https://pypi.org/simple/pymysql/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pymysql/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
26
+
27
+ Could not find a version that satisfies the requirement pymysql (from versions: )
28
+
29
+ No matching distribution found for pymysql
30
+
31
+ pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
32
+
33
+ Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
10
34
 
11
35
 
12
36