View Single Post
Old 03-16-2026, 10:39 PM   #697
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,254
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
see:

https://github.com/Leseratte10/acsm-...gin/issues/154
TRy this patched plugin.
bernie
Quote:
Originally Posted by mitra1 View Post
I tried to install calibre-plugin.zip but i receive the following error

Spoiler:
calibre, version 9.5.0
ERRORE: Eccezione non gestita: <b>InvalidPlugin</b>:Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in &lt;module&gt;
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in &lt;module&gt;
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in &lt;module&gt;
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in &lt;module&gt;
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in &lt;module&gt;
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in &lt;module&gt;
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in &lt;module&gt;
from ._libcrypto_ctypes import (
...&lt;3 lines&gt;...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in &lt;module&gt;
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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 &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in &lt;module&gt;
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in &lt;module&gt;
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in &lt;module&gt;
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in &lt;module&gt;
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in &lt;module&gt;
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in &lt;module&gt;
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in &lt;module&gt;
from ._libcrypto_ctypes import (
...&lt;3 lines&gt;...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in &lt;module&gt;
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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 &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.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.)


calibre 9.5 embedded-python: True
macOS-15.7.4-x86_64-i386-64bit-Mach-O Darwin ('64bit', 'Mach-O')
('Darwin', '24.6.0', 'Darwin Kernel Version 24.6.0: Mon Jan 19 22:00:10 PST 2026; root:xnu-11417.140.69.708.3~1/RELEASE_X86_64')
Python 3.14.2
OSX: ('15.7.4', ('', '', ''), 'x86_64')
Interface language: it
EXE path: /Applications/calibre.app/Contents/MacOS/calibre
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (2, 29, 0) && DeDRM (10, 0, 3) && Package KFX (from KFX Input) (2, 29, 0) && Comicvine (0, 14, 2) && Find Duplicates (1, 10, 10) && Goodreads (1, 8, 4) && KFX metadata reader (from KFX Input) (2, 29, 0) && From KFX (2, 29, 0) && KFX Input (2, 29, 0) && KindleUnpack - The Plugin (0, 83, 8) && Obok DeDRM (10, 0, 3) && ACSM Input Plugin GUI Extension (0, 1, 0)
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/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/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/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 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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 <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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/preferences/plugins.py", line 331, in add_plugin
File "calibre/customize/ui.py", line 581, in add_plugin
File "calibre/customize/ui.py", line 783, in initialize_plugin
calibre.customize.InvalidPlugin: Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/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/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/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 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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 <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/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/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/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 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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 <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.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 gbm; 03-16-2026 at 10:53 PM.
gbm is offline   Reply With Quote