Selur's Little Message Board
New Hybrid install on Windows 11 - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: New Hybrid install on Windows 11 (/thread-4383.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: New Hybrid install on Windows 11 - Selur - 13.05.2026

The Hybrid folder should contain that file,..
You did replace the original Hybrid.exe with the one I attached, right?


RE: New Hybrid install on Windows 11 - Miranda - 13.05.2026

Yes, it's still there. I'll re-boot and see what happens. ps. I hate Windows 11.

Attached.


RE: New Hybrid install on Windows 11 - Selur - 13.05.2026

What happens if you call:
"C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --version
in a terminal?


RE: New Hybrid install on Windows 11 - Miranda - 13.05.2026

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: (Smile [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : UnexpectedToken



RE: New Hybrid install on Windows 11 - Selur - 13.05.2026

You are in a PowerShell not a Terminal. Big Grin
=> https://devblogs.microsoft.com/commandline/windows-terminal-as-your-default-command-line-experience/
(try whether it helps to switch to terminal as default, instead of powershell)

Cu Selur


RE: New Hybrid install on Windows 11 - Miranda - 14.05.2026

Is Command Prompt the same as Terminal? When I paste in your command it does nothing.


RE: New Hybrid install on Windows 11 - Selur - 14.05.2026

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
"C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --version
3rd hit 'enter/return'
this normally should output the version of Vapoursynth,..

Cu Selur


RE: New Hybrid install on Windows 11 - Miranda - 14.05.2026

When I copy and paste and hit return it does nothing, it just reloads my user name.


RE: New Hybrid install on Windows 11 - Selur - 14.05.2026

Hmm,.. must be something related to the latest Vapoursynth version.
If you open a terminal inside the Hybrid\64bit\Vapoursynth-folder and then call:
python -m pip list
does that output something?
Normally it should show, something like:
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.0



RE: New Hybrid install on Windows 11 - Miranda - 14.05.2026

I get:

Python was not found run without arguments to install from the Microsoft store... etc