Hello, I'm new to this forum.
For some time now I have not been able to use Annotation on Linux Devuan Ceres (unstable) except on a slightly older installation that I saved on a separate partition. When I was about to start troubleshooting, I stumbled upon a bug report on Annotations old git page that meant I didn't have to look any further for the error. I quote:
“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'
And indeed, according to
https://docs.python.org/3.11/library/imp.html, the module imp has been deprecated and removed in 3.12”
https://github.com/davidfor/calibre-...ions/issues/34
Hope this problem gets solved because even though Calibre is now testing its own annotation/note downloader, Annotations is much better than the feature that Calibre has now started to implement.