如何解决WARNING: There was an error checking the latest version of pip.

此时需要更新pip的版本,使用如下命令:

python3 -m pip install --upgrade pip
##或者
python -m pip install --upgrade pip

你可能感兴趣的:(python,pip,更新)