Hello everybody! I apologize if this question has been already asked, I searched inside the thread and did not find any correspondence.
I have portable caliber updated to last version, python 3.10.9 and obviously worddumb plugin! Recently often I got errors during x-raying ebooks (azw3 file type)
This is all the error message:
"Starting job: Generating X-Ray for *************
Job: "Generating X-Ray for ************" 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 119, in do_job
File "calibre_plugins.worddumb.deps", line 58, in install_deps
File "calibre_plugins.worddumb.deps", line 167, in pip_install
File "calibre_plugins.worddumb.utils", line 50, in run_subprocess
File "subprocess.py", line 524, in run
subprocess.CalledProcessError: Command '['py', '-m', 'pip', '--disable-pip-version-check', 'install', '-U', '-t', 'D:\\PORTATILE\\Calibre Portable\\Calibre Settings\\plugins\\worddumb-libs-py3.10', '--no-user', 'cupy-wheel==11.4.0']' returned non-zero exit status 1.
Called with args: ((3121, 'AZW3', 'D:\\PORTATILE\\Calibre Portable\\Calibre Library\\*********\\********* (3121)\\************.azw3', <calibre.ebooks.metadata.book.base.Metadata object at 0x000001BFDA70E770>, {'spacy': 'en_core_web_', 'wiki': 'en', 'kaikki': 'English', 'gloss': True, 'has_trf': True}), False, True) {'notifications': <queue.Queue object at 0x000001BFDA70E680>, 'abort': <threading.Event object at 0x000001BFCD75D510>, 'log': <calibre.utils.logging.GUILog object at 0x000001BFCD75D1E0>}
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
exit code: 1
[26 lines of output]
[cupy-wheel] CUDA_PATH is not set.cupy-wheel may not be able to discover NVRTC to probe version
[cupy-wheel] Trying to detect CUDA version from libraries: ['nvrtc64_112_0.dll', 'nvrtc64_111_0.dll', 'nvrtc64_110_0.dll', 'nvrtc64_102_0.dll']
[cupy-wheel] Looking for library: nvrtc64_112_0.dll
[cupy-wheel] Failed to open nvrtc64_112_0.dll: Could not find module 'nvrtc64_112_0.dll' (or one of its dependencies). Try using the full path with constructor syntax.
[cupy-wheel] Looking for library: nvrtc64_111_0.dll
[cupy-wheel] Failed to open nvrtc64_111_0.dll: Could not find module 'nvrtc64_111_0.dll' (or one of its dependencies). Try using the full path with constructor syntax.
[cupy-wheel] Looking for library: nvrtc64_110_0.dll
[cupy-wheel] Failed to open nvrtc64_110_0.dll: Could not find module 'nvrtc64_110_0.dll' (or one of its dependencies). Try using the full path with constructor syntax.
[cupy-wheel] Looking for library: nvrtc64_102_0.dll
[cupy-wheel] Failed to open nvrtc64_102_0.dll: Could not find module 'nvrtc64_102_0.dll' (or one of its dependencies). Try using the full path with constructor syntax.
[cupy-wheel] No more candidate library to find
[cupy-wheel] ROCm detection unsupported on platform: win32
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\lucam\AppData\Local\Temp\pip-install-puw4pqb6\cupy-wheel_8f72cdd3352d4fe080d332a6b280b3f5\setup.py", line 295, in <module>
main()
File "C:\Users\lucam\AppData\Local\Temp\pip-install-puw4pqb6\cupy-wheel_8f72cdd3352d4fe080d332a6b280b3f5\setup.py", line 276, in main
package = infer_best_package()
File "C:\Users\lucam\AppData\Local\Temp\pip-install-puw4pqb6\cupy-wheel_8f72cdd3352d4fe080d332a6b280b3f5\setup.py", line 252, in infer_best_package
raise AutoDetectionFailed(
__main__.AutoDetectionFailed:
================================================== ==========
Unable to detect NVIDIA CUDA or AMD ROCm installation.
================================================== ==========
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
Encountered error while generating package metadata.
See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I have installed latest nvidia drivers.
Could some good soul help me

?
Thank you..