首页 > 其他 > 详细

安装pip3遇到:E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

时间:2018-10-22 16:26:59      阅读:1421      评论:0      收藏:0      [点我收藏+]

安装pip3遇到:E: Unmet dependencies. Try ‘apt-get -f install‘ with no packages (or specify a solution).

具体如下:

技术分享图片

尝试了:sudo apt-get -f install 不行,最后试了一下,发现安装所有软件都会出现这个问题。

解决方法:sudo apt-get --fix-broken install
安装之后就可以安装其他软件了。

 

安装pip3遇到:E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

原文:https://www.cnblogs.com/fuhang/p/9830547.html

(0)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!