【问题标题】:Unmet Dependencies When installing python-pip and python-dev安装 python-pip 和 python-dev 时未满足的依赖项
【发布时间】:2017-02-27 13:41:52
【问题描述】:

如上所述,我尝试使用命令安装 python-pip 和 python-dev:

sudo apt-get install python-pip python-dev

然后我得到:

sudo apt-get install python-pip python-dev
[sudo] password for tailongnguyen: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
python-dev : Depends: python (= 2.7.11-1) but 2.7.12-1 is to be installed
python-pip : Depends: python:any (< 2.8)
          Depends: python:any (>= 2.7.5-5~)
          Recommends: python-all-dev (>= 2.6) but it is not going to be installed
          Recommends: python-setuptools but it is not going to be installed
          Recommends: python-wheel but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

我现在需要做什么? 我试过了

sudo apt-get update 
sudo apt-get upgrade

但没用

【问题讨论】:

标签: python


【解决方案1】:

查看此链接。这解决了这个问题,虽然我在解决这个问题后遇到了与 apache2.2-common 类似的问题。

https://askubuntu.com/questions/275861/problem-installing-python-dev

【讨论】:

    猜你喜欢
    • 2014-09-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-11-17
    • 1970-01-01
    • 1970-01-01
    • 2013-04-19
    相关资源
    最近更新 更多