13.05.2026, 18:51
13.05.2026, 18:58
Yes, it's still there. I'll re-boot and see what happens. ps. I hate Windows 11.
Attached.
Attached.
13.05.2026, 19:14
What happens if you call:
in a terminal?
Code:
"C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --version13.05.2026, 19:55
Quote:PS C:\Users\USER 2> "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --version
At line:1 char:88
+ ... 64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --version
+ ~~~~~~~
Unexpected token 'version' in expression or statement.
At line:1 char:1
+ "C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursy ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The '--' operator works only on variables or on properties.
+ CategoryInfo : ParserError: ([], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken
13.05.2026, 20:08
You are in a PowerShell not a Terminal.
=> https://devblogs.microsoft.com/commandli...xperience/
(try whether it helps to switch to terminal as default, instead of powershell)
Cu Selur
=> https://devblogs.microsoft.com/commandli...xperience/
(try whether it helps to switch to terminal as default, instead of powershell)
Cu Selur
Yesterday, 12:34
Is Command Prompt the same as Terminal? When I paste in your command it does nothing.
Yesterday, 12:51
Yes, command prompt and terminal are the same. (hopefully)
1st open a command prompt windows (black window were you can enter stuff)
2nd enter the command I posted
3rd hit 'enter/return'
this normally should output the version of Vapoursynth,..
Cu Selur
1st open a command prompt windows (black window were you can enter stuff)
2nd enter the command I posted
Code:
"C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --versionthis normally should output the version of Vapoursynth,..
Cu Selur
Yesterday, 15:51
When I copy and paste and hit return it does nothing, it just reloads my user name.
Yesterday, 15:58
Hmm,.. must be something related to the latest Vapoursynth version.
If you open a terminal inside the Hybrid\64bit\Vapoursynth-folder and then call:
does that output something?
Normally it should show, something like:
If you open a terminal inside the Hybrid\64bit\Vapoursynth-folder and then call:
Code:
python -m pip listNormally it should show, something like:
Code:
Package Version
------------------------ -------
annotated-doc 0.0.4
build 1.5.0
click 8.3.3
colorama 0.4.6
markdown-it-py 4.2.0
mdurl 0.1.2
packaging 26.2
pip 26.1.1
Pygments 2.20.0
pyproject_hooks 1.2.0
rich 15.0.0
shellingham 1.5.4
tqdm 4.67.3
typer 0.25.1
typing_extensions 4.15.0
uv-build 0.11.14
VapourSynth 75
vapoursynth-akarin 1.4.1
vapoursynth-awarp 3.1
vapoursynth-bestsource 17.0
vapoursynth-bilateralgpu 14
vapoursynth-bm3d 10.1
vapoursynth-bwdif 5.1
vapoursynth-cranexpr 0.6.0
vapoursynth-d2vsource 1.4
vapoursynth-dctfilter 3.2
vapoursynth-deblock 8.1
vapoursynth-dedot 3.0
vapoursynth-descale 12
vapoursynth-descratch 4.0
vapoursynth-dghdrtosdr 1.16
vapoursynth-dotkill 3.0
vapoursynth-edgefixer 2.1
vapoursynth-edgemasks 4.1
vapoursynth-eedi3 10.0
vapoursynth-fillborders 3.0
vapoursynth-fmtconv 31
vapoursynth-hysteresis 1.1.3
vapoursynth-iscombed 2.1
vapoursynth-knlmeanscl 1.3
vapoursynth-mvtools 27
vapoursynth-nlm-cuda 4
vapoursynth-nlm-ispc 3
vapoursynth-resize2 0.4.3
vapoursynth-sangnom 43.0
vapoursynth-sneedif 4.3
vapoursynth-subtext 6.0
vapoursynth-timecube 4.0
vapoursynth-vivtc 2.0
vapoursynth-vszip 14.1.0
vapoursynth-wnnm 3
vapoursynth-znedi3 3.0
vapoursynth-zsmooth 0.15.5
vs-placebo 2.0.2
vsnoise 1.2.1
vsrepo 2.0.0
vsstubs 2.0.0Yesterday, 16:07
I get:
Python was not found run without arguments to install from the Microsoft store... etc
Python was not found run without arguments to install from the Microsoft store... etc
[], ParentContainsErrorRecordException