beautifulsouphtml5lib

beautifulsoup, html5lib: module object has no attribute _base


When I updated my packages I have this new error:

class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'

I tried to update beautifulsoup, with no more result. How can I fix that?


Solution

  • edit nov, 2017: it seems this doesn't work any more

    Finally found out, a search engine didn't throw anything but it's referenced on beautifulsoup's issue tracker: https://bugs.launchpad.net/beautifulsoup/+bug/1603299

    it works back with html5lib v0.9999999 (7 nines)

    "html5lib<=0.9999999"