Hello!
I'm currently attempting to troubleshoot someone else's plugin for Calibre. The plugin in question is here:
https://github.com/naclander/Calibre...-Driver-Plugin
At the moment, it looks like certain Rust binaries in the Cryptography module aren't importing correctly due to an 'unknown location'.
Code:
ImportError: cannot import name 'asn1' from 'cryptography.hazmat.bindings._rust' (unknown location)
The abi3.so binary files for those specific submodules are present. However, when the plugin is being loaded, those binaries are ignored.
Would it be possible to get some help on including non-Python dependencies in a Calibre plugin?