Django weasyPrint字体配置错误
Django weasyPrint fontconfig error
我有一个需要从中获取 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。提前致谢
使用 python -m pip install weasyprint,
重新安装 weasyprint,但首先 运行
brew install python3 cairo pango gdk-pixbuf libffi
在 mac osx
我有一个需要从中获取 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。提前致谢
使用 python -m pip install weasyprint,
重新安装 weasyprint,但首先 运行
brew install python3 cairo pango gdk-pixbuf libffi
在 mac osx