微信扫一扫
使用如下指令更新pip,可能会出错
pip install --upgrade pip
使用如下指令即可完美更新pip
python -m pip install --upgrade pip
相关推荐