我按照网站上的安装说明操作:
https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions
为了在Ubuntu 18.04上安装graph-tool,但是当我在终端中写"sudo apt-get install python3-graph-tool“时,它给我以下错误:
正在读取包列表...完成
构建依赖关系树
正在读取状态信息...完成
无法安装某些程序包。这可能意味着您请求了一种不可能的情况,或者如果您使用的是不稳定的发行版,那么一些所需的包还没有创建或移出传入的包。
以下信息可能有助于解决此问题:
以下程序包具有未满足的依赖项:
python3-graph-tool : Depends: libboost-context1.67.0,但它不能安装
Depends: libboost-iostreams1.67.0 but it is not installable
Depends: libboost-python1.67.0 but it is not installable
Depends: libboost-python1.67.0-py38 but it is not installable
Depends: libboost-regex1.67.0-icu63 but it is not installable
Depends: libc6 (>= 2.29) but 2.27-3ubuntu1 is to be installed
Depends: libgcc-s1 (>= 3.4) but it is not installable
Depends: libgomp1 (>= 9) but 8.4.0-1ubuntu1~18.04 is to be installed
Depends: libstdc++6 (>= 9) but 8.4.0-1ubuntu1~18.04 is to be installed
E:无法纠正问题,您持有的是损坏的包。
有人知道我怎么解决它吗?
发布于 2021-06-17 04:32:25
尝试更改分发版本
deb [arch=amd64] https://downloads.skewed.de/apt 分布主要
在页面上的选项(牛眼,buster,sid,仿生,eoan,焦点,groovy)中,只有“焦点”对我来说是正确的。
https://stackoverflow.com/questions/61485539
复制相似问题