python WARNING: There was an error checking the latest version of pip
一、这个是版本需要升级
python.exe -m pip install --upgrade pip -i https://pypi.douban.com/simple/
python -m pip install --upgrade pip -i https://pypi.douban.com/simple/
pip install --upgrade pip -i https://pypi.douban.com/simple/
python -m pip install -U --force-reinstall pip -i https://pypi.douban.com/simple/