AttributeError: module 'html5lib.treebuilders' has no attribute '_base'
出错的原因是我使用的Python版本是:Python36-32
解决方法:
将python版本改为:Python35-32
AttributeError: module 'html5lib.treebuilders' has no attribute '_base'
阅读 124
2023-01-15
AttributeError: module 'html5lib.treebuilders' has no attribute '_base'
出错的原因是我使用的Python版本是:Python36-32
解决方法:
将python版本改为:Python35-32
相关推荐
精彩评论(0)