Bibliophagist
Posts: 46,860
Karma: 169712582
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
I tried helping a friend to install the ACSM plugin on their computer. I had downloaded the 0.0.16 version from the second message and also the 0.1.0 beta and neither would install. Their computer is running Windows 11. We tried using pip to install oscrypto but that did not work either.
Spoiler:
Code:
calibre, version 7.15.100
ERROR: Unhandled exception: <b>InvalidPlugin</b>:Initialization of plugin Traceback (most recent call last):
File "calibre\customize\ui.py", line 722, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 288, in initialize
File "C:\Users\jmant\Downloads\ACSMInput_0.0.16-bugfix.zip\libadobe.py", line 59, in <module>
ModuleNotFoundError: No module named 'oscrypto'
failed with traceback:
Traceback (most recent call last):
File "calibre\customize\ui.py", line 722, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 288, in initialize
File "C:\Users\jmant\Downloads\ACSMInput_0.0.16-bugfix.zip\libadobe.py", line 59, in <module>
ModuleNotFoundError: No module named 'oscrypto'
calibre 7.15.100 embedded-python: True
Windows-10-10.0.22631-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.22631')
Python 3.11.5
Windows: ('10', '10.0.22631', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: C:\Program Files\Calibre2\calibre.exe
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (2, 15, 0) && DeDRM (10, 0, 9) && AZW6 Image Merge (1, 1, 1) && Package KFX (from KFX Input) (2, 15, 0) && ACSM Input Plugin GUI Extension (0, 1, 0) && Barnes & Noble (1, 5, 5) && Count Pages (1, 13, 6) && Diaps Editing Toolbag (0, 4, 0) && EpubCheck (0, 2, 5) && EpubMerge (3, 1, 0) && EpubSplit (3, 8, 0) && FanFicFare (4, 36, 0) && Find Duplicates (1, 10, 9) && Generate Cover (2, 3, 4) && Job Spy (1, 0, 239) && KFX metadata reader (from KFX Input) (2, 15, 0) && From KFX (2, 15, 0) && KFX Input (2, 15, 0) && Set KFX metadata (from KFX Output) (2, 9, 0) && KFX Output (2, 9, 0) && KePub Metadata Reader (3, 4, 3) && Kindle hi-res covers (0, 5, 1) && KindleUnpack - The Plugin (0, 83, 1) && Kobo Books (1, 10, 2) && Kobo Metadata (1, 6, 3) && Kobo Utilities (2, 17, 1) && KoboTouchExtended (3, 6, 7) && Modify ePub (1, 8, 4) && Obok DeDRM (10, 0, 9) && Open With (1, 8, 3) && Quality Check (1, 13, 12) && Resize Cover (1, 2, 1) && ScrambleEbook (0, 6, 0) && SmartEject (2, 5, 0) && Smashwords Metadata (1, 0, 2)
Traceback (most recent call last):
File "calibre\customize\ui.py", line 722, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 288, in initialize
File "C:\Users\jmant\Downloads\ACSMInput_0.0.16-bugfix.zip\libadobe.py", line 59, in <module>
ModuleNotFoundError: No module named 'oscrypto'
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 532, in add_plugin
File "calibre\customize\ui.py", line 727, in initialize_plugin
calibre.customize.InvalidPlugin: Initialization of plugin Traceback (most recent call last):
File "calibre\customize\ui.py", line 722, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 288, in initialize
File "C:\Users\jmant\Downloads\ACSMInput_0.0.16-bugfix.zip\libadobe.py", line 59, in <module>
ModuleNotFoundError: No module named 'oscrypto'
failed with traceback:
Traceback (most recent call last):
File "calibre\customize\ui.py", line 722, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 288, in initialize
File "C:\Users\jmant\Downloads\ACSMInput_0.0.16-bugfix.zip\libadobe.py", line 59, in <module>
ModuleNotFoundError: No module named 'oscrypto'
Last edited by DNSB; 07-30-2024 at 01:14 AM.
|