更新pip失败,提示拒绝访问,可能是用户权限问题
pip已不可用,简单安装旧版本pip
python -m ensurepip easy_install pip
为避免权限问题,再次更新pip使用PowerShell(管理员)
再次更新pip,成功
python -m pip install --upgrade pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

更新pip失败,提示拒绝访问,可能是用户权限问题
pip已不可用,简单安装旧版本pip
python -m ensurepip easy_install pip
为避免权限问题,再次更新pip使用PowerShell(管理员)
再次更新pip,成功
python -m pip install --upgrade pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com