thenaterhood / python-autocite

Automatically generate citations from URLs
MIT License
39 stars 15 forks source link

"Couldn't find a tree builder"? #9

Open drscotthawley opened 10 months ago

drscotthawley commented 10 months ago

Not working for me as expected. Using the URL from the README:

$ autocite --url http://arstechnica.com/business/2012/12/report-data-caps-just-a-cash-cow-for-internet-providers/
Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?
Unable to load http://arstechnica.com/business/2012/12/report-data-caps-just-a-cash-cow-for-internet-providers/
Your citations:

I ran python setup.py install with no problems. What is this parser library it refers to? Didn't see that mentioned in the README.

thenaterhood commented 9 months ago

Pull it again and it should work, I swapped the parser. Alternatively you can install the equivalent of python-html5lib and use the version you currently have.