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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th July 2023, 17:32   #1  |  Link
SilSinn9801
Chiptuner & VapourSynther
 
SilSinn9801's Avatar
 
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'
& in VirtualDub2 44282:
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'
What did R63 break now this time since R62?

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
SilSinn9801 is offline   Reply With Quote
Old 17th July 2023, 18:25   #2  |  Link
SilSinn9801
Chiptuner & VapourSynther
 
SilSinn9801's Avatar
 
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
OK, never mind, I found out what happened: R63 was installed on Python 3.11 rather than 3.10, & on my end Python311 does not exist at C:\Program Files\Python311 but rather at the disk root (C:\Python311).
__________________
SilSinn9801 a.k.a. Silent Sinner in Scarlet
Discord: silsinn9801
Matrix: silsinn9821:matrix.org
YouTube: https://youtube.com/SilentSinnerInScarlet
ニコニコ動画: https://nicovideo.jp/user/68029427
SilSinn9801 is offline   Reply With Quote
Reply

Tags
python 3.10, r63, vapoursynth, vsutils

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.