安装python3-dev时出现问题

时间:2018-10-19 07:07:39

标签: python linux python-3.x ubuntu pip

这个问题困扰了我两天,没有python3-dev,我无法点安装任何模块,有人可以告诉我如何解决这个问题吗?

The following packages have unmet dependencies:
     python3-dev : Depends: python3 (= 3.5.1-3) but 3.5.1-4 is to be installed
                   Depends: libpython3-dev (= 3.5.1-3) but it is not going to be installed
                   Depends: python3.5-dev (>= 3.5.1-2~) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

2 个答案:

答案 0 :(得分:0)

您可以尝试安装软件包 libpython3-dev ,而不是安装软件包python3-dev。

我在这里回答了类似的问题: https://superuser.com/a/1407453/1000196

答案 1 :(得分:0)

我在 Ubuntu 桌面 20.04 上为自己找到了这样的解决方案:

转到“软件和更新”应用程序 -> 然后将“下载自”服务器更改为“主服务器”。在此之后关闭并前往终端。然后 sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove && sudo apt install python3-dev -y