Selur's Little Message Board

Full Version: New Hybrid install on Windows 11
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
The Hybrid folder should contain that file,..
You did replace the original Hybrid.exe with the one I attached, right?
Yes, it's still there. I'll re-boot and see what happens. ps. I hate Windows 11.

Attached.
What happens if you call:
Code:
"C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth\vspipe.exe" --version
in a terminal?
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
You are in a PowerShell not a Terminal. Big Grin
=> https://devblogs.microsoft.com/commandli...xperience/
(try whether it helps to switch to terminal as default, instead of powershell)

Cu Selur
Is Command Prompt the same as Terminal? When I paste in your command it does nothing.
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
Code:
"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
When I copy and paste and hit return it does nothing, it just reloads my user name.
Hmm,.. must be something related to the latest Vapoursynth version.
If you open a terminal inside the Hybrid\64bit\Vapoursynth-folder and then call:
Code:
python -m pip list
does that output something?
Normally 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.0
I get:

Python was not found run without arguments to install from the Microsoft store... etc
Pages: 1 2 3