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?
I upgraded beautifulsoup4 and html5lib and it resolved the issue.
pip install --upgrade beautifulsoup4
pip install --upgrade html5lib