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

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

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

时间: 2024-08-29 18:50:55

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

Unmet dependencies. Try 'apt-get -f install' with no packages

在ubuntu14.04上用sudo apt-get install percona-xtrabackup安装xtrabackup时提示 [email protected]:~$ sudo apt-get install percona-xtrabackup [sudo] password for zhj: Reading package lists... Done Building dependency tree Reading state information... Done You mi

Ubuntu下apt-get安装文件提示:apt-get -f install

问题: 在通过apt-get安装内存测试工具lmbench的时候,出现如下错误: apt-get install lmbench Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet d

ubuntu安装软件或upgrade出现 You might want to run 'apt-get -f install' to correct these

今天在ubuntu下安装任何软件都提示以下错误: You might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies: kate : Depends: kdelibs4c2a (>= 4:3.5.9) but it is not going to be installed        Depends: libqt3-mt (>= 3:3.3.8b)

The following packages have unmet dependencies错误

当出现类似这类错误: The following packages have unmet dependencies: python-dev : Depends: python (= 2.7.5-5ubuntu3) but 2.7.12-1~16.04 is to be installed Depends: libpython-dev (= 2.7.5-5ubuntu3) but it is not going to be installed Depends: python2.7-dev (>=

ubuntu18.04 安装pip3

Ubuntu18.04默认内嵌python2.python3,pip安装时,python2对应安装pip,python3对应安装pip3. sudo apt install python3-pip 检查版本: pip3 -V pip 9.0.1 from /usr/lib/python3/dist-packages  (python 3.6) 原文地址:https://www.cnblogs.com/vacpy/p/10123309.html

ubuntu 下安装pip3

在使用任何apt 安装任何软件包之前,建议用以下命令更新软件 sudo apt update 更新好了后可能会出现 apt list --upgradable 安装pip3 sudo apt install python3-pip 验证安装是否成功 pip3 --version 原文地址:https://www.cnblogs.com/yanxiatingyu/p/10160712.html

Ubuntu下安装pip3和Python的第三方库

一.Ubuntu原有环境说明 无论是在服务器上面还是在我们自己的电脑上面,当我们成功安装了Ubuntu系统之后,系统一般情况下会自带Python2.x和Python3.x环境.比如我在自己的阿里云服务器上面安装了 Ubuntu 16.04 64位系统 之后,里面自带的Python环境的版本如下: Ubuntu系统还会自动帮我们安装Python2.x环境下的pip安装工具,但是没有Python3.x环境下的pip3安装工具,所以我们需要手动安装pip3. 最后需要提醒大家的是,Ubuntu系统自带

ubuntu系统下安装pip3及第三方库的安装

ubuntu系统下会自带python2.x和python3.x坏境,不需要我们去安装.并且ubuntu系统下还会自动帮助我们安装python2.x坏境下的pip安装工具, 但是没有python3.x坏境下的pip3安装工具需要我们手动安装. (1)安装pip3 首先输入命令$:python3-v 查看python3的具体版本,我这里是python3.6. 然后开始安装pip3,输入命令$:sudo apt-get install python3-pip 自己下载并进行安装,完成后,输入命令$:p

python3安装pip3的方法

1.点击链接:https://bootstrap.pypa.io/get-pip.py,并下载get-pip.py文件; 2.文件下载完成之后,cd到当前目录,并进行安装,如下: [email protected]:/home/zhuzhu# ls examples.desktop 公共的 视频 文档 音乐 PycharmProjects 模板 图片 下载 桌面 [email protected]-K53SJ:/home/zhuzhu# cd 下载 [email protected]-K53SJ