12.11.2025, 21:13
If I run any job that involves vapoursynth, it will fail with "CRASHED" at the encoding stage. vapoursynth is working for me outside of hybrid. If I launch the script preview, I see this error:
Failed to evaluate the script:
Python exception: No module named 'validate'
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate
File "/tmp/tempPreviewVapoursynthFile14_09_31_254.vpy", line 11, in
import validate
ModuleNotFoundError: No module named 'validate'
Where is the validate module supposed to come from?
FYI, I'm running on Arch Linux using the AppImage. Vapoursynth is installed from the AUR. If I modify the script to not reference "validate" then I can run the script manually with vspipe, no problem.
Failed to evaluate the script:
Python exception: No module named 'validate'
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate
File "/tmp/tempPreviewVapoursynthFile14_09_31_254.vpy", line 11, in
import validate
ModuleNotFoundError: No module named 'validate'
Where is the validate module supposed to come from?
FYI, I'm running on Arch Linux using the AppImage. Vapoursynth is installed from the AUR. If I modify the script to not reference "validate" then I can run the script manually with vspipe, no problem.


