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 Today, 02:14 PM   #1
couscouspapi
Junior Member
couscouspapi began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2024
Device: Kobo Elipsa 2E
DeACSM won't install - can't add Kobo books to library

Hi, I'm currently having issues installing DeACSM on Calibre on my Linux laptop. I have the latest version of Calibre for Linux Mint, and have the latest versions of DeDRM/Obok installed, too.

When I tried to add the books to my library initally (without DeACSM, unbeknownst to me), they of course just get added as .acsm files - when I try to install DeACSM through Calibre's list of plug-ins, or through a downloaded .zip, I get the following message:
Spoiler:

calibre, version 7.6.0

ERROR: Install plugin failed: A problem occurred while installing this plugin. This plugin will now be uninstalled. Please post the error message in details below into the forum thread for this plugin and restart calibre.

Traceback (most recent call last):

File "/usr/lib/calibre/calibre/customize/ui.py", line 710, in initialize_plugin

p.initialize()

File "calibre_plugins.deacsm.__init__", line 226, in initialize

from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest

File "/tmp/calibre_7.6.0_tmp_s47kiehz/q4icnj64.zip/libadobe.py", line 59, in <module>

from oscrypto import keys

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>

from ._asymmetric import parse_certificate, parse_private, parse_public

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>

from .kdf import pbkdf1, pbkdf2, pkcs12_kdf

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>

from .util import rand_bytes

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 14, in <module>

from ._openssl.util import rand_bytes

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/util.py", line 6, in <module>

from ._libcrypto import libcrypto, libcrypto_version_info, handle_openssl_error

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 24, in <module>

from ._libcrypto_ctypes import (

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 47, in <module>

raise LibraryNotFoundError('Error detecting the version of libcrypto')

oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/lib/calibre/calibre/gui2/dialogs/plugin_updater.py", line 729, in _install_clicked

plugin = add_plugin(zip_path)

^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/calibre/calibre/customize/ui.py", line 520, in add_plugin

plugin = initialize_plugin(plugin, path_to_zip_file, PluginInstallationType.EXTERNAL)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/lib/calibre/calibre/customize/ui.py", line 715, in initialize_plugin

raise InvalidPlugin((_('Initialization of plugin %s failed with traceback:')

calibre.customize.InvalidPlugin: Initialization of plugin Traceback (most recent call last):

File "/usr/lib/calibre/calibre/customize/ui.py", line 710, in initialize_plugin

p.initialize()

File "calibre_plugins.deacsm.__init__", line 226, in initialize

from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest

File "/tmp/calibre_7.6.0_tmp_s47kiehz/q4icnj64.zip/libadobe.py", line 59, in <module>

from oscrypto import keys

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>

from ._asymmetric import parse_certificate, parse_private, parse_public

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>

from .kdf import pbkdf1, pbkdf2, pkcs12_kdf

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>

from .util import rand_bytes

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 14, in <module>

from ._openssl.util import rand_bytes

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/util.py", line 6, in <module>

from ._libcrypto import libcrypto, libcrypto_version_info, handle_openssl_error

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 24, in <module>

from ._libcrypto_ctypes import (

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 47, in <module>

raise LibraryNotFoundError('Error detecting the version of libcrypto')

oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto

failed with traceback:

Traceback (most recent call last):

File "/usr/lib/calibre/calibre/customize/ui.py", line 710, in initialize_plugin

p.initialize()

File "calibre_plugins.deacsm.__init__", line 226, in initialize

from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest

File "/tmp/calibre_7.6.0_tmp_s47kiehz/q4icnj64.zip/libadobe.py", line 59, in <module>

from oscrypto import keys

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>

from ._asymmetric import parse_certificate, parse_private, parse_public

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>

from .kdf import pbkdf1, pbkdf2, pkcs12_kdf

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>

from .util import rand_bytes

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 14, in <module>

from ._openssl.util import rand_bytes

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/util.py", line 6, in <module>

from ._libcrypto import libcrypto, libcrypto_version_info, handle_openssl_error

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 24, in <module>

from ._libcrypto_ctypes import (

File "/home/connor/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 47, in <module>

raise LibraryNotFoundError('Error detecting the version of libcrypto')

oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto

Excuse the long string of text but could someone please advise about how to fix this?

Thanks!

Last edited by theducks; Today at 02:21 PM.
couscouspapi is offline   Reply With Quote
Old Today, 02:23 PM   #2
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: 37,974
Karma: 150500000
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
The first suggestion would be to dump the version of calibre from the Mint respository and install calibre from the calibre Linux download page.

If the error still occurs, post in the ACSM input plugin thread.
DNSB is online now   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Calibre install won't recognize library Missymilomax Library Management 4 04-17-2019 08:35 PM
iBook opf won't add to library enonod Library Management 2 07-12-2016 12:57 PM
"Virtual" books won't add to calibre library Tanja1969 Library Management 7 04-09-2015 12:44 AM
Kobo touch won't load side-loaded books in the library... meagicano Kobo Reader 19 12-21-2011 10:47 PM
New install won't load Calibre library Clytie Calibre 9 04-26-2011 10:10 PM


All times are GMT -4. The time now is 04:35 PM.


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