Pip安装依赖于six、requests库失败的解决方法

Installing collected packages: six
Found existing installation: six 1.4.1
DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling six-1.4.1: ide

把安装的命令改为
sudo pip install six --upgrade --ignore-installed sixip

Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.rem

把安装的命令改为
sudo pip install requests --upgraderequests

相关文章
相关标签/搜索