赞
踩
python -m pip install --upgrade pip 安装出现报错,上级失败时,两种解决方案
方案一 :
easy_install -U pip
方案二:
python -m pip install -U --force-reinstall pip