html5lib
をインストールしようとしています。最初は最新のバージョン(8,9ネイション)をインストールしようとしましたが、BeautifulSoupと競合してしまったので、古いバージョン(0.9999999、seven nines)を試すことにしました。私はそれをインストールし、私はそれを使用しようとすると:html5lib:TypeError:__init __()予期しないキーワード引数 'encoding'があります
>>> with urlopen("http://example.com/") as f:
document = html5lib.parse(f, encoding=f.info().get_content_charset())
私はエラーを取得:
Traceback (most recent call last):
File "<pyshell#11>", line 2, in <module>
document = html5lib.parse(f, encoding=f.info().get_content_charset())
File "C:\Python\Python35-32\lib\site-packages\html5lib\html5parser.py", line 35, in parse
return p.parse(doc, **kwargs)
File "C:\Python\Python35-32\lib\site-packages\html5lib\html5parser.py", line 235, in parse
self._parse(stream, False, None, *args, **kwargs)
File "C:\Python\Python35-32\lib\site-packages\html5lib\html5parser.py", line 85, in _parse
self.tokenizer = _tokenizer.HTMLTokenizer(stream, parser=self, **kwargs)
File "C:\Python\Python35-32\lib\site-packages\html5lib\_tokenizer.py", line 36, in __init__
self.stream = HTMLInputStream(stream, **kwargs)
File "C:\Python\Python35-32\lib\site-packages\html5lib\_inputstream.py", line 151, in HTMLInputStream
return HTMLBinaryInputStream(source, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'encoding'
間違って何をして、私は何をすべき?私は何かがBS4に関してhtml5libの最新バージョンで壊れていた、html5lib.treebuilders._baseが、もはや参照