cmdにてnumpyをインストールしようとして、pip install numpyと入力したところ
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the 'C:\Users\hot40\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
とエラーが起きてしまいました。回答のように、アップグレードのコードを打ったのですが、
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/
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/
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/
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/
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/
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the 'C:\Users\hot40\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
というエラーが何度も起きてしまいます。どうすればよいでしょうか。
回答2件
あなたの回答
tips
プレビュー