質問編集履歴
1
質問の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,4 +8,24 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
とエラーが起きてしまいました。
|
11
|
+
とエラーが起きてしまいました。回答のように、アップグレードのコードを打ったのですが、
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000028289CE7F70>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
|
16
|
+
|
17
|
+
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000028289D241F0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
|
18
|
+
|
19
|
+
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000028289D243D0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
|
20
|
+
|
21
|
+
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000028289D245B0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
|
22
|
+
|
23
|
+
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000028289D24790>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pip/
|
24
|
+
|
25
|
+
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
|
26
|
+
|
27
|
+
You should consider upgrading via the 'C:\Users\hot40\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
というエラーが何度も起きてしまいます。どうすればよいでしょうか。
|