【发布时间】:2016-08-21 05:22:06
【问题描述】:
我正在尝试按照此处的说明在 ubuntu 16.04 LTS 上安装 apache cassandra -> http://docs.datastax.com/en/cassandra/3.x/cassandra/install/installDeb.html。
但是在运行 sudo apt-get install datastax-ddc 命令时出现以下错误:
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:
datastax-ddc : Depends: python-support (>= 0.90.0) but it is not
installable
Recommends: ntp but it is not going to be installed or
time-daemon
Recommends: datastax-ddc-tools but it is not going to
be installed E: Unable to correct problems,
you have held broken packages.
datastax-ddc 是坏了还是我的 python 出了什么问题?
【问题讨论】:
-
试试
sudo aptitude install datastax-ddc? -
同样的例外
-
问题是,16.04 刚出来,还不是稳定版本...
-
sudo apt-get upgrade有什么用? -
几天前我遇到了同样的问题 - python-support 已从 16.04 中删除 - bugs.launchpad.net/ubuntu/+source/python-support/+bug/1535318