Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 03-22-2025, 10:52 PM   #556
mariowarner
Member
mariowarner began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Aug 2018
Device: kindle
Hi! I have logged an issue on Github about trying to install this plugin on Fedora Silverblue. If anybody could try it out or help me, it would be really appreciated. Thank you!

https://github.com/Leseratte10/acsm-...gin/issues/117
mariowarner is offline   Reply With Quote
Old 03-23-2025, 06:13 PM   #557
mariowarner
Member
mariowarner began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Aug 2018
Device: kindle
Quote:
Originally Posted by mariowarner View Post
Hi! I have logged an issue on Github about trying to install this plugin on Fedora Silverblue. If anybody could try it out or help me, it would be really appreciated. Thank you!

https://github.com/Leseratte10/acsm-...gin/issues/117
After downloading the zip file here on MobileRead instead, it worked!
https://www.mobileread.com/forums/sh...341975&page=36
mariowarner is offline   Reply With Quote
Old 04-28-2025, 05:23 PM   #558
mitra1
Zealot
mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.
 
Posts: 122
Karma: 2086978
Join Date: Nov 2019
Location: Roma, Italia
Device: kindle oasis 2,ONYX boox max lumi, ONYX boox tab x c
I have a bug with my installation of 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.)
mitra1 is offline   Reply With Quote
Old 04-28-2025, 09:04 PM   #559
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,188
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Are you using a mac?

bernie
Quote:
Originally Posted by mitra1 View Post
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.)
gbm is offline   Reply With Quote
Old 05-02-2025, 04:25 AM   #560
mitra1
Zealot
mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.
 
Posts: 122
Karma: 2086978
Join Date: Nov 2019
Location: Roma, Italia
Device: kindle oasis 2,ONYX boox max lumi, ONYX boox tab x c
Quote:
Originally Posted by gbm View Post
Are you using a mac?

bernie
I have macos Sequoia 15.4.1 on Imac 2019 (Intel)
mitra1 is offline   Reply With Quote
Old 05-03-2025, 01:27 PM   #561
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,939
Karma: 27060151
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by mitra1 View Post
I have macos Sequoia 15.4.1 on Imac 2019 (Intel)
It has something to do with openssl. If I want to use DeASCM on my Mac, I have to 'brew unlink openssl@3' and re-launch calibre. Then 'brew link openssl@3' after I'm done.

If you do not use HomeBrew then I don't know how to work around this.

I only need to use it once or twice a month; lately I have just been using a Windows 11 system with calibre on it and copying it back to my Mac.

I don't know what is involved in fixing DeASCM so it can work with current OpenSSL package, but this has been an issue for quite some time now.
tomsem is offline   Reply With Quote
Old 05-03-2025, 02:59 PM   #562
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,188
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
You can try this unofficial version of the plugin I just made using the commit from:



https://github.com/Leseratte10/acsm-...d9406f0f98ff2e

https://github.com/Leseratte10/acsm-...lugin/pull/126



Quote:
rob-miller commented Apr 15, 2025

Admittedly with help from Claude and many hours trying different things, this works on my MacOS system to install and use the acsm calibre plugin with homebrew installed openssl@3 without 'brew un/link openssl@3'. Basically this just uses the system crypto libraries if they are available.

With this change to init.py, I can successfully load the plugin on MacOS Sequoia 15.4 with homebrew installed (and linked) openssl@3 and then drag in .acsm files and get the epub loaded.
I do not have a mac so can not test it.

bernie
Quote:
Originally Posted by mitra1 View Post
I have macos Sequoia 15.4.1 on Imac 2019 (Intel)
Attached Files
File Type: zip acsm-mac-fix_calibre-plugin.zip (453.0 KB, 60 views)

Last edited by gbm; 05-03-2025 at 03:07 PM.
gbm is offline   Reply With Quote
Old 05-04-2025, 02:05 AM   #563
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,827
Karma: 7943430
Join Date: Mar 2015
Device: Kindle, iOS
Quote:
Originally Posted by tomsem View Post
It has something to do with openssl. If I want to use DeASCM on my Mac, I have to 'brew unlink openssl@3' and re-launch calibre. Then 'brew link openssl@3' after I'm done.

If you do not use HomeBrew then I don't know how to work around this.
FWIW, I don't use HomeBrew and DeASCM works fine on my M2 Mac and always has. Currently running macOS 15.4.1.

ETA: I misunderstood @tomsem's post. I thought he was saying HomeBrew was necessary to get DeASCM to work (which is not true), but really, he was saying if Mac has openssl is installed, then the only work-around is with HomeBrew.

Last edited by odamizu; 05-06-2025 at 01:29 AM.
odamizu is offline   Reply With Quote
Old 05-04-2025, 12:46 PM   #564
technomom
Connoisseur
technomom began at the beginning.
 
technomom's Avatar
 
Posts: 54
Karma: 10
Join Date: Sep 2005
Location: Atlanta, GA, US
Device: Kindle Colorsoft & Paperwhite, iPad Pro, iPhone 15 Pro Max
I, too, am running macOS 15.4.1. I don't know if it matters, but my Mac has an M3 chip.

I use Homebrew, but I haven't tried that OpenSSL workaround. I don't have any trouble with DeASCM.
technomom is offline   Reply With Quote
Old 05-04-2025, 06:36 PM   #565
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,939
Karma: 27060151
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
I never installed OpenSSL directly, but it is installed by some other application that requires it. I use HomeBrew a lot (e.g. to install/update calibre and sigil), cannot imagine using a Mac without it.
tomsem is offline   Reply With Quote
Old 05-04-2025, 07:05 PM   #566
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,771
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
I would not use any software that gets in the way of calibre. Any software that gets in the way is garbage and should be uninstalled.
JSWolf is offline   Reply With Quote
Old 05-05-2025, 08:01 AM   #567
technomom
Connoisseur
technomom began at the beginning.
 
technomom's Avatar
 
Posts: 54
Karma: 10
Join Date: Sep 2005
Location: Atlanta, GA, US
Device: Kindle Colorsoft & Paperwhite, iPad Pro, iPhone 15 Pro Max
Not using OpenSSL is not an option for many people.
technomom is offline   Reply With Quote
Old 05-05-2025, 09:44 AM   #568
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,771
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by technomom View Post
Not using OpenSSL is not an option for many people.
If they want to use calibre, it should very well be an option to dump OpenSSL if it's causing a problem.
JSWolf is offline   Reply With Quote
Old 05-13-2025, 11:02 PM   #569
nevester
Junior Member
nevester began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2025
Device: Onyx Boox Page
Hello, I made an account to report a problem here.
I have an .acsm file that appears to be affected by the cloudflare block (also happens to be from a german store... who would have known), so I needed a newer version than in the releases.
I've downloaded and installed the extension from the github actions, but not only does the import still not work, it does something damaging to the extension system such that I cannot configure, remove, or disable it or revert back to the old version. I had to wipe my Caliber configs twice.

For reference I was using the latest Calibre on Flatpak.

Last edited by nevester; 05-13-2025 at 11:04 PM. Reason: wordings
nevester is offline   Reply With Quote
Old 05-14-2025, 03:24 AM   #570
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,280
Karma: 169098402
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by nevester View Post
For reference I was using the latest Calibre on Flatpak.
Sorry but the advice you are going to receive is to install calibre from calibre - Download for Linux. Far too many issues with distribution supplied calibre to make anyone consider supporting them.
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[FileType Plugin] GetFileName Terisa de morgan Plugins 417 07-16-2024 03:37 AM
[FileType Plugin] YVES Bible Plugin ClashTheBunny Plugins 27 01-16-2023 01:25 AM
help with epub on_import filetype plugin digitalvideo Development 4 02-27-2020 05:13 AM
Question about file_types in FileType plugin Terisa de morgan Plugins 6 02-08-2017 05:53 AM
Zip Filetype Plugin? rsingley Plugins 7 02-11-2011 05:11 PM


All times are GMT -4. The time now is 05:41 PM.


MobileRead.com is a privately owned, operated and funded community.