Hi, I'm an ARM Mac user. I already installed Python 3.11+ on my Mac, but the plugin is still warning me that the Python version is too old. How to fix that?
calibre, version 6.29.0 (darwin, embedded-python: True)
Outdated Python: Your Python version is too old, please update to a newer version and read the document for more information.
Traceback (most recent call last):
File "calibre/gui2/threaded_jobs.py", line 82, in start_work
File "calibre_plugins.worddumb.parse_job", line 169, in do_job
install_deps("lxml", notifications)
File "calibre_plugins.worddumb.deps", line 33, in install_deps
PY_PATH, py_version = which_python()
File "calibre_plugins.worddumb.deps", line 107, in which_python
raise Exception("OutdatedPython")
Exception: OutdatedPython
Called with args: (ParseJobData(book_id=477, book_path='/Users/z.tian/Calibre/Fu Ji Ni Ya _Wu Er Fu/The Complete Novels of Virginia WoolfFu Ji Ni Ya _Wu Er Fu Xiao Shuo Quan Ji (Ying Wen Ban Gon (477)/The Complete Novels of Virginia WoolfFu Ji - Fu Ji Ni Ya _Wu Er Fu_word_wise.epub', mi=<calibre.ebooks.metadata.book.base.Metadata object at 0x16119c0a0>, book_fmt='EPUB', book_lang='en', useragent='WordDumb/3.29.7 (
https://github.com/xxyzz/WordDumb)', plugin_path=PosixPath('/Users/z.tian/Library/Preferences/calibre/plugins/WordDumb.zip'), spacy_model='en_core_web_lg', create_ww=True, create_x=False, asin='', acr='', revision='', update_asin=False, kfx_json=None, mobi_html=b'', mobi_codec=''),) {'notifications': <queue.Queue object at 0x16119c4c0>, 'abort': <threading.Event object at 0x16119c670>, 'log': <calibre.utils.logging.GUILog object at 0x16119c730>}