Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
17th July 2023, 17:32 | #1 | Link |
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
vsutils again no longer detected by VapourSynth (now after upgrading from R62 to R63)
This is a follow-up to http://forum.doom9.org/showthread.ph...hlight=vsutils where I had asked about vsutils no longer working on VapourSynth R58+ unless some modifications were made to its outdated-since-2016 code. These mods suggested by Julek allowed vsutils to work on my end, up to R62.
Now, late last month I upgraded from R62 to R63, & when I try to run again a script that worked for me on R62 early last month, I again get an error about VS no longer detecting vsutils (even when it’s present in the correct Python 3.10 path, C:\Program Files\Python310\Lib\site-packages) when previewing it in VapourSynth Editor r19: Code:
Failed to evaluate the script: Python exception: No module named 'vsutils' Traceback (most recent call last): File "src\cython\vapoursynth.pyx", line 3115, in vapoursynth._vpy_evaluate File "src\cython\vapoursynth.pyx", line 3116, in vapoursynth._vpy_evaluate File "D:\fakepath\RWBY9821.VPY", line 3, in import vsutils as vsu ModuleNotFoundError: No module named 'vsutils' Code:
Avisynth open failure: Python exception: No module named 'vsutils' Traceback (most recent call last): File "src\cython\vapoursynth.pyx", line 3115, in vapoursynth._vpy_evaluate File "src\cython\vapoursynth.pyx", line 3116, in vapoursynth._vpy_evaluate File "D:\fakepath\RWBY9821.VPY", line 3, in <module> import vsutils as vsu ModuleNotFoundError: No module named 'vsutils' For additional context, this is how I am trying to import all my scripts: Code:
import vapoursynth as vs from vapoursynth import core import vsutils as vsu import havsfunc as haf import functools import sys import math vsufuncs = vsu.vsutils()
__________________
SilSinn9801 a.k.a. Silent Sinner in Scarlet Discord: silsinn9801 Matrix: silsinn9821:matrix.org YouTube: https://youtube.com/SilentSinnerInScarlet ニコニコ動画: https://nicovideo.jp/user/68029427 |
Tags |
python 3.10, r63, vapoursynth, vsutils |
Thread Tools | Search this Thread |
Display Modes | |
|
|