I'm interested in this plugin but it's failing to find any books. I've pasted the relevant bits of the error log below:
Plugin StoryGraph failed
Traceback (most recent call last):
File "lxml/cssselect.py", line 12, in <module>
ModuleNotFoundError: No module named 'cssselect'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/ebooks/metadata/sources/identify.py", line 47, in run
File "calibre_plugins.dummy1.__init__", line 342, in identify
books = root.cssselect(".book-pane")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "src/lxml/etree.pyx", line 1613, in lxml.etree._Element.cssselect
File "bypy-importer.py", line 279, in exec_module
File "lxml/cssselect.py", line 14, in <module>
ImportError: cssselect does not seem to be installed. See
https://pypi.org/project/cssselect/