Open dunxd opened 1 month ago
See also https://github.com/Leseratte10/acsm-calibre-plugin/issues/63#issuecomment-1688899240
After that, run the command with brew link
instead of brew unlink
Just to clarify - do you mean brew unlink openssl@3
then install the plugin followed by brew link openssl@3
or do you mean unlink
then immediately link
openssl somehow resolves the issue?
brew unlink openssl@3
-> install plugin -> ??? -> profit -> brew link openssl@3
Yes. Because OpenSSL(homebrew) symlinks are total 5968 for mine.
I have the same issue, but brew unlink openss1@3
gives me Error: No such keg: /usr/local/Cellar/openss1@3
, so I apparently don't even have such a thing installed and the plugin fails to install:
`calibre, version 7.20.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 "calibre/customize/ui.py", line 724, in initialize_plugin
File "calibre_plugins.deacsm.init", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/var/folders/50/ckcsb8t176d5zwc88bpr4l5w0000gn/C/calibre_7.20.0_tmp_63g9twja/7cl2b6lr.zip/libadobe.py", line 59, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/gui2/dialogs/plugin_updater.py", line 742, in _install_clicked
File "calibre/customize/ui.py", line 534, in add_plugin
File "calibre/customize/ui.py", line 729, in initialize_plugin
calibre.customize.InvalidPlugin: Initialization of plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 724, in initialize_plugin
File "calibre_plugins.deacsm.init", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/var/folders/50/ckcsb8t176d5zwc88bpr4l5w0000gn/C/calibre_7.20.0_tmp_63g9twja/7cl2b6lr.zip/libadobe.py", line 59, in
Installing from a zip file gives a slightly different error:
`calibre 7.20 embedded-python: True
macOS-13.7-x86_64-i386-64bit Darwin ('64bit', '')
('Darwin', '22.6.0', 'Darwin Kernel Version 22.6.0: Wed Jul 31 21:42:48 PDT 2024; root:xnu-8796.141.3.707.4~1/RELEASE_X86_64')
Python 3.11.5
OSX: ('13.7', ('', '', ''), 'x86_64')
Interface language: None
EXE path: /Applications/calibre.app/Contents/MacOS/calibre
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (2, 16, 0) && DeDRM (10, 0, 9) && Package KFX (from KFX Input) (2, 16, 0) && KFX metadata reader (from KFX Input) (2, 16, 0) && From KFX (2, 16, 0) && KFX Input (2, 16, 0) && OverDrive Libby (0, 1, 9, 1) && PDF Cover (0, 1, 0) && Prettify Cover (1, 6, 0)
Traceback (most recent call last):
File "calibre/customize/ui.py", line 724, in initialize_plugin
File "calibre_plugins.deacsm.init", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/dashingdave/Downloads/DeACSM_0.0.16.zip/libadobe.py", line 59, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/gui2/preferences/plugins.py", line 322, in add_plugin
File "calibre/customize/ui.py", line 534, in add_plugin
File "calibre/customize/ui.py", line 729, in initialize_plugin
calibre.customize.InvalidPlugin: Initialization of plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 724, in initialize_plugin
File "calibre_plugins.deacsm.init", line 226, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/dashingdave/Downloads/DeACSM_0.0.16.zip/libadobe.py", line 59, in
brew unlink openss1@3 gives me Error: No such keg: /usr/local/Cellar/openss1@3
It's 'openssl' not with one('1').
🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️
Bug description
Attempted to install the plugin to Calibre 7.18 on macOS Sonoma in the following ways:
Throws the same error in both cases:
Operating system
MacOS
Which version of Calibre are you running?
7.18.0
Which version of the ACSM Input plugin are you running?
v0.0.16
Import type
No response
Further information
No response