- 今天在CentOS下安装docker-compose,遇到了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.
错误的原因是requests默认版本为2.6.0,但是docker-compose要2.9以上才支持,但是无法正常卸载2.9版本,是pip10对包的管理存在变化。 - 解决方案:
- pip install -l requests==2.9
CentOS7-安装docker-compose时由于pip10包管理导致的错误
-------------The End-------------
本文标题:CentOS7-安装docker-compose时由于pip10包管理导致的错误
文章作者:cloud sjhan
发布时间:2018年09月13日 - 10:09
最后更新:2018年09月13日 - 10:09
原始链接:https://cloudsjhan.github.io/2018/09/13/CentOS7-安装docker-compose时由于pip10包管理导致的错误/
许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。
subscribe to my blog by scanning my public wechat account
坚持原创技术分享,您的支持将鼓励我继续创作!