This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] Hybrid 2025.11.09.1 - No module named 'havsfunc'
#1
Hi, 

When I click the Vapoursynth preview button, I get an error:

Failed to evaluate the script: Python exception: No module named “havsfunc” 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 "C:\Users\Goryunov\AppData\Local\ Temp\tempPreviewVapoursynthFile13_06_03_422.vpy“, line 16, in      import FrameRateConverter  File ”C:\Program Files\Hybrid\64bit\vsscripts\FrameRateConverter.py", line 98, in      import havsfunc as havs ModuleNotFoundError: No module named “havsfunc”

I am using: Filtering > Vapoursynth > Frame > Interpolation > Frame Interpolation (FrameConverter)

I tried changing “import havsfunc as havs” to “import havsfunc_org as havs” in FrameRateConverter.py, after which Vapoursynth preview started to run.

I don't know how correct this was, but it seems to have helped  Smile
Reply
#2
Try latest dev.
Instead of havsfunc misc should be used.
=> replacing the FrameRateConverter.py with https://raw.githubusercontent.com/Selur/...nverter.py

should fix it.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)