I'm trying the simple example with a couple of quite large Word files.
The program fails with the following error:
"""
subprocess.CalledProcessError: Command '['/Users/tim/Library/Caches/python-redlines/docxodus/0.3.0/osx-x64/redline', '/var/folders/n8/4fhd4dr509x1_h59wzvh31yh0000gn/T/tmp138y1obz', '/var/folders/n8/4fhd4dr509x1_h59wzvh31yh0000gn/T/tmpu_m6mi68', '/var/folders/n8/4fhd4dr509x1_h59wzvh31yh0000gn/T/tmp4h49x97q', '--author=Reviewer', '--engine=docxdiff']' returned non-zero exit status 1.
"""
I've tried with and without engine="docxdiff". I'd guess it's resource issue as I've had success with other pairs of documents.
Happy to contribute further and better particulars if there's any more that I can do. I do have Linux platforms that I could try on if that's of value.
Python:
Python 3.14.5 (main, May 10 2026, 10:21:34) [Clang 17.0.0 (clang-1700.6.4.2)] on darwin
MacOS: 15.7.7 (24G720)
H/w: 15 inch 2018 MacBookPro, 32GB RAM
I'm trying the simple example with a couple of quite large Word files.
The program fails with the following error:
"""
subprocess.CalledProcessError: Command '['/Users/tim/Library/Caches/python-redlines/docxodus/0.3.0/osx-x64/redline', '/var/folders/n8/4fhd4dr509x1_h59wzvh31yh0000gn/T/tmp138y1obz', '/var/folders/n8/4fhd4dr509x1_h59wzvh31yh0000gn/T/tmpu_m6mi68', '/var/folders/n8/4fhd4dr509x1_h59wzvh31yh0000gn/T/tmp4h49x97q', '--author=Reviewer', '--engine=docxdiff']' returned non-zero exit status 1.
"""
I've tried with and without
engine="docxdiff". I'd guess it's resource issue as I've had success with other pairs of documents.Happy to contribute further and better particulars if there's any more that I can do. I do have Linux platforms that I could try on if that's of value.
Python:
Python 3.14.5 (main, May 10 2026, 10:21:34) [Clang 17.0.0 (clang-1700.6.4.2)] on darwin
MacOS: 15.7.7 (24G720)
H/w: 15 inch 2018 MacBookPro, 32GB RAM