【Python Bug 解决】 you shoule consider upgrading via the 'python -m install --upgrade pip' command

【Python Bug 解决】 you shoule consider upgrading via the ‘python -m install --upgrade pip’ command
在用Anaconda prompt pip install 包时报错:
you shoule consider upgrading via the ‘python -m install --upgrade pip’ command
按照要求执行 pip install --upgrade pip 仍然有问题
按照以下方式,就可以搞定啦
找到 Anaconda prompt,右键,以管理员身份运行,出现这个界面,执行
pip install --upgrade pip,就可以看到升级啦
【Python Bug 解决】 you shoule consider upgrading via the 'python -m install --upgrade pip' command_第1张图片
successfully 如下
【Python Bug 解决】 you shoule consider upgrading via the 'python -m install --upgrade pip' command_第2张图片
这样,再安装包时,就没有问题啦

你可能感兴趣的:(python基础)