You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error when loading the plug in with a Python 3.12 install:
File "calibre_plugins.annotations.action", line 11, in <module>
import imp, inspect, os, re, sys, tempfile, threading, types
ModuleNotFoundError: No module named 'imp'
There is an error when loading the plug in with a Python 3.12 install:
And indeed, according to https://docs.python.org/3.11/library/imp.html, the module imp has been deprecated and removed in 3.12
The text was updated successfully, but these errors were encountered: