I'm a linux user, on a windows laptop there is something wrong when I try to run epubcheck. It seems to be the same error no matter which epub, so I'm guessing it's something with the installation.
Code:
Status: failed
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 135, in launch
self.exitcode = target_script.run(container)
File "C:\Users\Patrik\AppData\Local\sigil-ebook\sigil\plugins\EpubCheck\plugin.py", line 228, in run
arch = get_arch(java_path, os_encoding)
File "C:\Users\Patrik\AppData\Local\sigil-ebook\sigil\plugins\EpubCheck\plugin.py", line 39, in get_arch _, stderr = jar_wrapper(*args)
File "C:\Users\Patrik\AppData\Local\sigil-ebook\sigil\plugins\EpubCheck\plugin.py", line 49, in jar_wrapper
process = Popen(args, stdout=PIPE, stderr=PIPE, shell=False)
File "subprocess.py", line 775, in __init__
File "subprocess.py", line 1178, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified
Error: [WinError 2] The system cannot find the file specified
Sigil 1.1.0, Qt 5.12.6, Windows 10.
I think python is included in (windows)-sigil? I just went and downloaded and installed latest Python, no change.
Ideas?