Lektor サーバーを実行して Web サイトを展開して表示すると、インストール中にマークダウンがないと報告されます。
/usr/local/lib/lektor/lib/python3.7/site-packages/watchdog/utils/bricks.py:175: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
class OrderedSet(collections.MutableSet):
Traceback (most recent call last):
...
File "/home/nick/swingrock.be/lektor/packages/tipue-content-file-generator/lektor_tipue_content_file_generator.py", line 7, in <module>
import markdown
ModuleNotFoundError: No module named 'markdown'
マークダウンがインストールされています。ここでバージョンを確認できます
nick@nick-VirtualBox:~/swingrock.be/lektor$ markdown --version
This is Markdown, version 1.0.1.
Copyright 2004 John Gruber
http://daringfireball.net/projects/markdown/
不足している手順はありますか?