Pelican Error: No module named typogrify.filters

Pelican Error: No module named typogrify.filters

我正在使用 Pelican 发布博客,但出于某种原因,2 个月前运行的同一命令引发了以下错误:

ERROR: Could not process md/artigo 4 - teste.md
| ImportError: No module named typogrify.filters

我正在使用以下命令在 github 页面上发布:

make github

并且此命令抛出相同的错误:

pelican content -o output -s pelicanconf.py

知道发生了什么吗?

通过以下方式安装 Typogrify:

pip install typogrify

... 或通过设置文件中的以下行将其关闭:

TYPOGRIFY = False