Replies: 1 comment
-
Same as #162, please check your CUDA version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
calibre, version 6.19.1 (win32, embedded-python: True)
Tonnerre de Brest!: An error occurred, please copy error message then report bug at GitHub.
Starting job: Generating Word Wise and X-Ray for The Priory of the Orange Tree
Job: "Generating Word Wise and X-Ray for The Priory of the Orange Tree" failed with error:
Traceback (most recent call last):
File "calibre\gui2\threaded_jobs.py", line 82, in start_work
File "calibre_plugins.worddumb.parse_job", line 203, in do_job
File "calibre_plugins.worddumb.utils", line 55, in run_subprocess
File "subprocess.py", line 524, in run
subprocess.CalledProcessError: Command '['py', 'C:\Users\bacoo\AppData\Roaming\calibre\plugins\WordDumb.zip', '{"book_id": 67, "book_path": "C:\\Users\\bacoo\\Calibre Library\\Samantha Shannon\\The Priory of the Orange Tree (67)\\The Priory of the Orange Tree - Samantha Shannon.azw3", "mi": null, "book_fmt": "AZW3", "book_lang": "en", "useragent": "WordDumb/3.29.7 (https://github.com/xxyzz/WordDumb)", "plugin_path": "C:\\Users\\bacoo\\AppData\\Roaming\\calibre\\plugins\\WordDumb.zip", "spacy_model": "en_core_web_trf", "create_ww": true, "create_x": true, "asin": "B07DFFQ2WQ", "acr": "The_Priory_of_the_Orange_Tree", "revision": "5829c4a2", "update_asin": false, "kfx_json": null, "mobi_html": null, "mobi_codec": "utf-8"}', '{"use_pos": true, "search_people": false, "model_size": "lg", "zh_wiki_variant": "cn", "fandom": "", "add_locator_map": false, "preferred_formats": ["AZW3", "KFX", "AZW", "MOBI", "EPUB"], "use_all_formats": false, "minimal_x_ray_count": 3, "en_ipa": "ga_ipa", "zh_ipa": "pinyin", "choose_format_manually": true, "wiktionary_gloss_lang": "en", "kindle_gloss_lang": "en", "use_gpu": true, "cuda": "cu121", "last_opened_kindle_lemmas_language": "en", "last_opened_wiktionary_lemmas_language": "en", "use_wiktionary_for_kindle": false, "ca_wiktionary_difficulty_limit": 5, "da_wiktionary_difficulty_limit": 5, "de_wiktionary_difficulty_limit": 5, "el_wiktionary_difficulty_limit": 5, "en_wiktionary_difficulty_limit": 5, "es_wiktionary_difficulty_limit": 5, "fi_wiktionary_difficulty_limit": 5, "fr_wiktionary_difficulty_limit": 5, "hr_wiktionary_difficulty_limit": 5, "it_wiktionary_difficulty_limit": 5, "ja_wiktionary_difficulty_limit": 5, "ko_wiktionary_difficulty_limit": 5, "lt_wiktionary_difficulty_limit": 5, "mk_wiktionary_difficulty_limit": 5, "nl_wiktionary_difficulty_limit": 5, "no_wiktionary_difficulty_limit": 5, "pl_wiktionary_difficulty_limit": 5, "pt_wiktionary_difficulty_limit": 5, "ro_wiktionary_difficulty_limit": 5, "ru_wiktionary_difficulty_limit": 5, "sl_wiktionary_difficulty_limit": 5, "sv_wiktionary_difficulty_limit": 5, "uk_wiktionary_difficulty_limit": 5, "zh_wiktionary_difficulty_limit": 5}']' returned non-zero exit status 1.
Called with args: (ParseJobData(book_id=67, book_path='C:\Users\bacoo\Calibre Library\Samantha Shannon\The Priory of the Orange Tree (67)\The Priory of the Orange Tree - Samantha Shannon.azw3', mi=<calibre.ebooks.metadata.book.base.Metadata object at 0x00000252AE121870>, book_fmt='AZW3', book_lang='en', useragent='WordDumb/3.29.7 (https://github.com/xxyzz/WordDumb)', plugin_path='C:\Users\bacoo\AppData\Roaming\calibre\plugins\WordDumb.zip', spacy_model='en_core_web_trf', create_ww=True, create_x=True, asin='B07DFFQ2WQ', acr='The_Priory_of_the_Orange_Tree', revision='5829c4a2', update_asin=False, kfx_json=None, mobi_html=None, mobi_codec='utf-8'),) {'notifications': <queue.Queue object at 0x00000252AE1214E0>, 'abort': <threading.Event object at 0x00000252AE1218D0>, 'log': <calibre.utils.logging.GUILog object at 0x00000252AE121BD0>}
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\WordDumb.zip_main.py", line 39, in
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\WordDumb.zip\parse_job.py", line 229, in create_files
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\WordDumb.zip\parse_job.py", line 771, in load_spacy
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\spacy_init.py", line 6, in
from .errors import setup_default_warnings
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\spacy\errors.py", line 3, in
from .compat import Literal
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\spacy\compat.py", line 4, in
from thinc.util import copy_array
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\thinc_init_.py", line 5, in
from .config import registry
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\thinc\config.py", line 5, in
from .types import Decorator
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\thinc\types.py", line 25, in
from .compat import cupy, has_cupy
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\thinc\compat.py", line 32, in
import torch
File "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\torch_init_.py", line 128, in
raise err
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\bacoo\AppData\Roaming\calibre\plugins\worddumb-libs-py3.11\torch\lib\cufftw64_11.dll" or one of its dependencies.
Any idea about how to resolve this bug?
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions