码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-05-29 13:15:07      阅读:1904      评论:0      收藏:0      [点我收藏+]

标签:Pipsix、request

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:

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

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.

把安装的命令改成
sudo pip install requests --upgrade

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

标签:Pipsix、request

原文地址:http://blog.51cto.com/lizhiyuan/2121489

(2)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!