Replies: 1 comment 5 replies
-
Python 3.13 is not supported. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a Macbook with M2 chip and MacOS 15.3.1, the latest version of Calibre, WordDumb and Python 3.12.9.
Thanks for your time!
Starting job: 正在為《A Very British Coup》生成生詞提示和X-Ray
Job: "正在為《A Very British Coup》生成生詞提示和X-Ray" 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 177, in do_job
install_deps(data.spacy_model, notifications)
File "calibre_plugins.worddumb.deps", line 42, in install_deps
pip_install("spacy", dep_versions["spacy"], notif=notif)
File "calibre_plugins.worddumb.deps", line 134, in pip_install
run_subprocess(args)
File "calibre_plugins.worddumb.utils", line 47, in run_subprocess
return subprocess.run(
^^^^^^^^^^^^^^^
File "subprocess.py", line 571, in run
subprocess.CalledProcessError: Command '['/opt/homebrew/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'install', '-U', '-t', '/Users/vin/Library/Preferences/calibre/plugins/worddumb-libs-py3.13', '--no-user', '--no-cache-dir', 'spacy==3.8.2']' returned non-zero exit status 1.
Beta Was this translation helpful? Give feedback.
All reactions