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

具体如下:

安装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
安装之后就可以安装其他软件了。

 

相关文章:

  • 2021-10-30
  • 2021-07-25
  • 2021-10-17
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
猜你喜欢
  • 2021-06-01
  • 2021-11-05
  • 2021-11-01
  • 2022-12-23
  • 2021-12-25
  • 2022-01-10
  • 2022-12-23
相关资源
相似解决方案