ubuntu - 如何在 Ubuntu 18.04 上为 WeasyPrint 51 安装 Cario 1.16.0

标签 ubuntu apt cairo dpkg package-management

我需要 Cario > 1.15.4 才能使 weasyprint 51 正常工作( https://weasyprint.readthedocs.io/en/latest/install.html ),但文档似乎认为它就像运行一样简单:

sudo apt-get install build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info

...用于 Ubuntu 安装。但这给了我:

The following packages have unmet dependencies:
 libcairo2 : Depends: libc6 (>= 2.29) but 2.24-11+deb9u4 is to be installed
             Depends: libfontconfig1 (>= 2.12.6) but 2.11.0-6.7+b1 is to be installed
             Depends: libfreetype6 (>= 2.9.1) but 2.6.3-3.2 is to be installed
 python3-cffi : Depends: python3-cffi-backend (< 1.9.1-2+c) but it is not going to be installed
                Depends: python3-cffi-backend (>= 1.9.1-2) but it is not going to be installed
                Depends: python3-pycparser but it is not going to be installed
 python3-dev : Depends: libpython3-dev (= 3.5.3-1) but it is not going to be installed
               Depends: python3.5-dev (>= 3.5.3-1~) but it is not going to be installed
 python3-pip : Depends: python-pip-whl (= 9.0.1-2+deb9u1) but it is not going to be installed
 python3-setuptools : Depends: python3-pkg-resources (= 33.1.1-1) but it is not going to be installed

所以我尝试了apt -f install然后再次运行命令。一切都很好,但是apt list | grep libcairo2仍然显示:

libcairo2/oldstable,now 1.14.8-1 amd64 [installed]
libcairo2-dev/oldstable 1.14.8-1 amd64
libcairo2-doc/oldstable 1.14.8-1 all

所以我尝试了apt install libcairo2-dev但我得到:

root@f8657d732ac8:~# apt list | grep cairo
...
libcairo2/now 1.14.8-1 amd64 [installed,local]
libcairo2-dev/now 1.14.8-1 amd64 [installed,local]
...

我也尝试过:

wget http://archive.ubuntu.com/ubuntu/pool/main/c/cairo/libcairo2_1.16.0-4_amd64.deb
dpkg -i libcairo2_1.16.0-4_amd64.deb

但后来我得到:

root@54e69efbb962:~# dpkg -i libcairo2_1.16.0-4_amd64.deb
(Reading database ... 30555 files and directories currently installed.)
Preparing to unpack libcairo2_1.16.0-4_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-4) over (1.14.8-1) ...
dpkg: dependency problems prevent configuration of libcairo2:amd64:
 libcairo2:amd64 depends on libc6 (>= 2.29); however:
  Version of libc6:amd64 on system is 2.24-11+deb9u4.
 libcairo2:amd64 depends on libfontconfig1 (>= 2.12.6); however:
  Version of libfontconfig1:amd64 on system is 2.11.0-6.7+b1.
 libcairo2:amd64 depends on libfreetype6 (>= 2.9.1); however:
  Version of libfreetype6:amd64 on system is 2.6.3-3.2.

dpkg: error processing package libcairo2:amd64 (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Errors were encountered while processing:
 libcairo2:amd64
root@54e69efbb962:~#

如果我运行apt --fix-broken install修复损坏的依赖项并运行 dpkg -i libcairo2_1.16.0-4_amd64.deb我得到同样的结果。 我也尝试过apt install ./libcairo2_1.16.0-4_amd64.deb这给了我:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libcairo2 : Depends: libc6 (>= 2.29) but 2.24-11+deb9u4 is installed
             Depends: libfontconfig1 (>= 2.12.6) but 2.11.0-6.7+b1 is installed
             Depends: libfreetype6 (>= 2.9.1) but 2.6.3-3.2 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

有什么想法吗?

最佳答案

我尝试在新的 ubuntu 18.04 docker 镜像上安装软件包,一切顺利。以下是我所做的步骤:

apt-get update && apt-get install -y lsb-release && apt-get clean all
apt-get install build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
pip3 install weasyprint

weasyprint

我将容器镜像上传到 Docker Hub .

docker pull jegtugado/public:weasyprint

关于ubuntu - 如何在 Ubuntu 18.04 上为 WeasyPrint 51 安装 Cario 1.16.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62531501/

相关文章:

apt - MobaXterm apt-get 永久安装包

linux - apt-get 停止工作

python - 在 Gtk+ 中绘制图像最快的方法是什么?

c++ - gtkmm 中的异形窗口

linux - 如何从 UEFI 中删除 Ubuntu 条目

linux - 无法在 golang 中捕获 upstart 发送的 SIGTERM

ubuntu - nginx 已启动但端口 80 未在 AWS 上使用(根据 netstat)

bash - 理解意外标记 `newline' 附近的语法错误

Docker:安装 apt-utils 时遇到问题

python - 如何使用 Cairo 将图像转换为灰度