|
|
#1 | |
|
Connoisseur
![]() Posts: 58
Karma: 10
Join Date: Oct 2018
Device: kindle
|
ebook-convert epub to pdf RuntimeError
I'm using the lastest linux binary,
Quote:
|
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,413
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Dont see how thats possible if you are using the official binaries. Since they come with their own bundled libxml. Use LD_DEBUG=libs to figure out where the spurious libxml is coming from.
|
|
|
|
|
|
#3 |
|
Connoisseur
![]() Posts: 58
Karma: 10
Join Date: Oct 2018
Device: kindle
|
LD_DEBUG=libs ebook-convert b.epub b.pdf 2>&1 | grep -i "libxml2" > /tmp/ld_debug.log
cat /tmp/ld_debug.log 190956: find library=libxml2.so.16 [0]; searching 190956: trying file=/root/calibre/lib/libxml2.so.16 190956: calling init: /root/calibre/lib/libxml2.so.16 190961: find library=libxml2.so.16 [0]; searching 190961: trying file=/root/calibre/lib/libxml2.so.16 190960: find library=libxml2.so.16 [0]; searching 190960: trying file=/root/calibre/lib/libxml2.so.16 190960: calling init: /root/calibre/lib/libxml2.so.16 190961: calling init: /root/calibre/lib/libxml2.so.16 190956: find library=libxml2.so.2 [0]; searching 190956: trying file=/root/calibre/lib/libxml2.so.2 190956: trying file=/lib/x86_64-linux-gnu/libxml2.so.2 190956: calling init: /lib/x86_64-linux-gnu/libxml2.so.2 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, 3) 190956: calling fini: /lib/x86_64-linux-gnu/libxml2.so.2 [0] 190956: calling fini: /root/calibre/lib/libxml2.so.16 [0] |
|
|
|
|
|
#4 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,413
Karma: 29634066
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
|
|
|
|
|
|
#5 | ||
|
Connoisseur
![]() Posts: 58
Karma: 10
Join Date: Oct 2018
Device: kindle
|
Quote:
Quote:
|
||
|
|
|
![]() |
| Tags |
| ebook-convert |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert a pdf to epub for edit back to pdf increased page numbers. | Construct | Conversion | 4 | 07-18-2023 12:56 PM |
| Convert Image PDF to PDF with text or other ebook format. | Memes | 7 | 05-01-2023 04:52 PM | |
| ebook-convert changes width of pdf pdf-odd-even-offset and pdf-add-toc used both | Lafisrap | Conversion | 4 | 09-04-2020 06:43 AM |