Selur's Little Message Board

Full Version: vapoursynth: No module named validate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Scripts that Hybrid uses and expects to be present, are all here:
https://github.com/Selur/VapoursynthScriptsInHybrid/

Quote:FYI, I'm running on Arch Linux using the AppImage.
Happy to see someone is using it. Smile

Cu Selur
I put those files in my ~/.opt/vapoursynth/vsscripts, and that seems to have fixed it!  Thanks!