Hi,
I’m getting this error when using
WordDumb on
Calibre:
Quote:
Starting job: Generating Word Wise and X-Ray for The Secret of Secrets: A Novel
Job: "Generating Word Wise and X-Ray for The Secret of Secrets: A Novel" failed with error:
Traceback (most recent call last):
File "calibre/gui2/threaded_jobs.py", line 85, in start_work
File "calibre_plugins.worddumb.parse_job", line 186, in do_job
install_deps("wsd", notifications)
File "calibre_plugins.worddumb.deps", line 58, in install_deps
pip_install(p, dep_versions[p], notif=notif)
File "calibre_plugins.worddumb.deps", line 155, in pip_install
run_subprocess(args)
File "calibre_plugins.worddumb.utils", line 49, in run_subprocess
return subprocess.run(
^^^^^^^^^^^^^^^
File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['python3', '-m', 'pip', '--disable-pip-version-check', 'install', '-U', '-t', '/home/linux/.config/calibre/plugins/worddumb-libs-py3.13', '--no-user', 'accelerate==1.10.1']' returned non-zero exit status 1.
Called with args: (ParseJobData(book_id=20, book_path='/home/linux/Calibre Library/Dan Brown/The Secret of Secrets_ A Novel (20)/The Secret of Secrets_ A Novel - Dan Brown.azw3', mi=<calibre.ebooks.metadata.book.base.Metadata object at 0x7f8ddeb6bad0>, book_fmt='AZW3', book_lang='en', useragent='WordDumb/3.35.1 (https://github.com/xxyzz/WordDumb)', plugin_path=PosixPath('/home/linux/.config/calibre/plugins/WordDumb.zip'), spacy_model='en_core_web_lg', create_ww=True, create_x=True, asin='BBCFQBSA5Q', acr='The_Secret_of_Secrets__A_Novel', revision='4acb6cc4', kfx_json=None, mobi_html=b'<?xml version="1.0" encoding="UTF-8"?>\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">\n <head>\n <title>Also by Dan Brown, The Secret of Secrets</title>\n <meta content="urn:uuid:36ff629c-76dc-4410-823b-ae83dbf42b70" name="Adept.expected.resource"/>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>\n <link rel="stylesheet" type="text/css" href="kindle:flow:0002?mime=text/css"/>\n<link rel="stylesheet" type="text/css" href="kindle:flow:0001?mime=text/css"/>\n</head>\n <body lang="en-US" class="calibre" aid="0">\n\t\t<a id="d1-d2s0" class="calibre1" aid="1"></a>\n\t\t<div class="page_top_padding" aid="2">\n\t\t\t<h1 class="para-acmh-ac-pg" aid="3"><span type="pagebreak" id="page_iii" role="doc-pagebreak" title="iii" class="calibre2" aid="4"></span><span class="fv-allsmallcaps" aid="5">Also by Dan Brown</span></h1>\n\t\t\t<h2 class="para-ach" aid="6">Featuring Robert Langdon</h2>\n\t\t\t<p class="para-acl" aid="7">Angels &
... bla bla bla
<link rel="stylesheet" type="text/css" href="kindle:flow:0003?mime=text/css"/>\n</head>\n <body lang="en-US" class="calibre8" aid="4GULG0">\n\t\t<div class="center" aid="4GULG1">\n\t\t\t<p class="calibre9" aid="4GULG2"><img alt="Penguin Random House publisher logo." class="image_h" src="kindle:embed:0005?mime=image/jpeg"/></p>\n\t\t\t<h1 class="calibre10" aid="4GULG3">\n\t\t\t\tWhat\xe2\x80\x99s next on<br class="calibre11"/> your reading list?</h1>\n\t\t\t<p class="calibre9" aid="4GULG4"><a href="http://links.penguinrandomhouse.com/type/prhebooklanding/isbn/9780385546928/display/1" class="pcalibre2 pcalibre4 pcalibre3 pcalibre1 calibre12" aid="4GULG5">Discover your next<br class="calibre11"/> great read!</a></p>\n\t\t\t<div aria-hidden="true" class="rule" aid="4GULG6">\xc2\xa0</div>\n\t\t\t<p class="x-small" aid="4GULG7">Get personalized book picks and up-to-date news about this author.</p>\n\t\t\t<p class="calibre9" aid="4GULG8"><a href="http://links.penguinrandomhouse.com/type/prhebooklanding/isbn/9780385546928/display/2" class="pcalibre2 pcalibre4 pcalibre3 pcalibre1 calibre12" aid="4GULG9">Sign up now.</a></p>\n\t\t</div>\n\t\t<p aria-hidden="true" class="identifier" aid="4GULGA">_153075629_</p>\n\t</body>\n</html>\n', mobi_codec='utf-8', book_settings={'mediawiki_api': ''}),) {'notifications': <queue.Queue object at 0x7f8ddeb55c90>, 'abort': <threading.Event at 0x7f8ddead2350: unset>, 'log': <calibre.utils.logging.GUILog object at 0x7f8ddeb55f50>}
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
|
My system and Kindle both have plenty of free space.
Details:
• OS: Manjaro Linux (latest)
• Calibre: latest version
• Python: 3.13.7
• WordDumb: latest release
I’ve tried reinstalling the plugin, restarting Calibre, reconnecting the Kindle, and confirmed all partitions have free space (df -h). Still the same error.
Please suggest a solution for this problem
Thanks!