我有一个需要从中获取 pdf 文件的应用程序,因此我选择了 weasyprint,但是在使用 PIP 安装后,我导入import weasyprint
了终端错误OSError: ctype.util.find_library() did not manage to locate a library called fontconfig
然后我尝试使用from weasyprint import HTML, CSS
from weasyprint.fonts import FontConfiguration
我仍然得到同样的错误。无需编写任何进一步的代码,导入语句就会卡在错误上。截至 10 月,我正在运行最新的 django 和 weasyprint。提前致谢