Got a head of myself.
Code:
RuntimeError: html5-parser and lxml are using different versions of libxml2. This happens commonly when using pip installed versions of lxml. Use pip install --no-binary lxml lxml instead. libxml2 versions: html5-parser: (2, 9, 14) != lxml: (2, 15, 0)
bernie
Quote:
Originally Posted by kovidgoyal
Strange, dont see how that's possible. Try
LD_DEBUG=libs ./calibre-debug -g 2>&1 | grep libxml2
and post the output.
|