29.12.2024, 18:20
You can download the wheel from https://pypi.org/project/vsrife/#files
Then you can install vs-rife 5.5.0 with the following command
It worked on my side (no pytorch upgrade).
Dan
Then you can install vs-rife 5.5.0 with the following command
PS D:\Programs\Hybrid\64bit\Vapoursynth> .\python -m pip install vsrife-5.5.0-py3-none-any.whl
Processing d:\programs\hybrid\64bit\vapoursynth\vsrife-5.5.0-py3-none-any.whl
Requirement already satisfied: numpy in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from vsrife==5.5.0) (1.26.4)
Requirement already satisfied: requests in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from vsrife==5.5.0) (2.32.3)
Requirement already satisfied: torch>=2.6.0.dev in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from vsrife==5.5.0) (2.6.0.dev20241101+cu124)
Requirement already satisfied: tqdm in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from vsrife==5.5.0) (4.66.5)
Requirement already satisfied: vapoursynth>=66 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from vsrife==5.5.0) (68)
Requirement already satisfied: filelock in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (3.13.1)
Requirement already satisfied: typing-extensions>=4.10.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (4.12.2)
Requirement already satisfied: networkx in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (3.3)
Requirement already satisfied: jinja2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (3.1.4)
Requirement already satisfied: fsspec in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (2024.6.1)
Requirement already satisfied: setuptools in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (70.0.0)
Requirement already satisfied: sympy==1.13.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=2.6.0.dev->vsrife==5.5.0) (1.13.1)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from sympy==1.13.1->torch>=2.6.0.dev->vsrife==5.5.0) (1.3.0)
Requirement already satisfied: charset-normalizer<4,>=2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->vsrife==5.5.0) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->vsrife==5.5.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->vsrife==5.5.0) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->vsrife==5.5.0) (2024.8.30)
Requirement already satisfied: colorama in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from tqdm->vsrife==5.5.0) (0.4.6)
Requirement already satisfied: MarkupSafe>=2.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from jinja2->torch>=2.6.0.dev->vsrife==5.5.0) (2.1.5)
Installing collected packages: vsrife
Attempting uninstall: vsrife
Found existing installation: vsrife 5.4.1
Uninstalling vsrife-5.4.1:
Successfully uninstalled vsrife-5.4.1
Successfully installed vsrife-5.5.0
It worked on my side (no pytorch upgrade).
Dan