Error using pelican-quickstart “No module named html_parser”

前端 未结 5 1735
后悔当初
后悔当初 2021-02-07 14:49

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

$ pelican-quickstart
Traceback (most re         


        
5条回答
  •  Happy的楠姐
    2021-02-07 15:16

    You may need to install six.

    if you're using pip, try

    pip install six
    

    and then restart pelican-quickstart

提交回复
热议问题