Python Pelican错误:没有名为typogrify.filters的模块

Python Pelican错误:没有名为typogrify.filters的模块,python,pelican,Python,Pelican,我正在使用Pelican发布一个博客,出于某种原因,2个月前使用的同一命令会抛出以下错误: 错误:无法处理md/artigo 4-teste.md |ImportError:没有名为typogrify.filters的模块 我使用以下命令在github页面上发布: make github 此命令会引发相同的错误: pelican content -o output -s pelicanconf.py 知道发生了什么吗?通过以下方式安装Typogrify: pip install typogr

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

错误:无法处理md/artigo 4-teste.md
|ImportError:没有名为typogrify.filters的模块

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

make github
此命令会引发相同的错误:

pelican content -o output -s pelicanconf.py

知道发生了什么吗?

通过以下方式安装Typogrify:

pip install typogrify
。。。或者通过设置文件中的以下行将其关闭:

TYPOGRIFY = False

通过以下方式安装Typogrify:

pip install typogrify
。。。或者通过设置文件中的以下行将其关闭:

TYPOGRIFY = False

通过以下方式安装Typogrify:

pip install typogrify
。。。或者通过设置文件中的以下行将其关闭:

TYPOGRIFY = False

通过以下方式安装Typogrify:

pip install typogrify
。。。或者通过设置文件中的以下行将其关闭:

TYPOGRIFY = False