Description
Started with 1.0b9
File "/Users/.../.tox/py35/lib/python3.5/site-packages/bs4/builder/_html5lib.py", line 70, in <module> class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: module 'html5lib.treebuilders' has no attribute '_base'
To replicate, just install beautifulsoup4==4.4.1
, and then html5lib
, just from bs4 import BeautifulSoup
, and it'll break.
Not sure if this is a bs4 issue, or a html5lib problem, but bs4 hasn't been updated in quite a while.
Can the versioning also be a little more sane? It's hard to see how many 9's there are, took much longer to figure out that it was a newer version that was getting installed. With a (super-) minor version change, I don't think this interface should have really changed, but it's just hard to tell with the versioning being abnormal