Error using pelican-quickstart “No module named html_parser”

前端 未结 5 1040
半阙折子戏
半阙折子戏 2021-02-07 14:37

I decided to give pelican a try, but when I run pelican-quickstart, I get the following dialog:

$ pelican-quickstart
Traceback (most re         


        
5条回答
  •  星月不相逢
    2021-02-07 15:20

    I was running into the same error message.

    six was also already installed, but an old version (1.4.1)

    pip install six --upgrade

    Installed six 1.10.0, which made pelican-quickstart finally work :)

提交回复
热议问题