Device: kindle oasis 2,ONYX boox max lumi, ONYX boox tab x c
I have a problem with deacsm plugin
I remember to have installed the deacsm plugin but when i go to preferences and i see the list of installed plugins this plugin don't appear and when i go to install this plugin give me this error
Spoiler:
calibre, version 8.3.0
ERRORE: Installazione del Plugin fallita: Si è verificato un problema durante l'installazione di questo plugin. Il plugin sarà ora disinstallato. Per favore, riporta il messaggio di errore che segue nella discussione del forum relativa al plugin e riavvia calibre.
Traceback (most recent call last):
File "calibre/customize/ui.py", line 744, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/var/folders/vm/qqclh6713m3028n_1n9_y89c0000gn/C/calibre-2p1ikxel/hozq2l7o.zip/libadobe.py", line 59, in <module>
from oscrypto import keys
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 24, in <module>
from ._libcrypto_ctypes import (
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "ctypes/__init__.py", line 376, in __init__
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/gui2/dialogs/plugin_updater.py", line 740, in _install_clicked
File "calibre/customize/ui.py", line 547, in add_plugin
File "calibre/customize/ui.py", line 749, in initialize_plugin
calibre.customize.InvalidPlugin: Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 744, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/var/folders/vm/qqclh6713m3028n_1n9_y89c0000gn/C/calibre-2p1ikxel/hozq2l7o.zip/libadobe.py", line 59, in <module>
from oscrypto import keys
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 24, in <module>
from ._libcrypto_ctypes import (
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "ctypes/__init__.py", line 376, in __init__
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
non riuscita con messaggio:
Traceback (most recent call last):
File "calibre/customize/ui.py", line 744, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/var/folders/vm/qqclh6713m3028n_1n9_y89c0000gn/C/calibre-2p1ikxel/hozq2l7o.zip/libadobe.py", line 59, in <module>
from oscrypto import keys
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 24, in <module>
from ._libcrypto_ctypes import (
File "/Users/mio nome utente/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "ctypes/__init__.py", line 376, in __init__
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' (code signature in <7292805F-F4F4-3DF9-AFCF-01957F58C859> '/usr/local/Cellar/openssl@3/3.4.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
Last edited by theducks; 04-28-2025 at 01:02 PM.
Reason: SPOILER LOG files