pipでWARNING

pipを使用したとき

WARNING: There was an error checking the latest version of pip.

が表示された場合。

>python -m pip install –upgrade pip

を行う。

うまくupdateできれば、下記のようになる。

Collecting pip
Downloading pip-22.1.2-py3-none-any.whl (2.1 MB)
—————————————- 2.1/2.1 MB 10.5 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.1.1
Uninstalling pip-22.1.1:
Successfully uninstalled pip-22.1.1
Successfully installed pip-22.1.2

タイトルとURLをコピーしました