This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Deoldify Vapoursynth filter
#11
yes, if they are already available will not be downloaded again.
It is explained here: caching-logic
Reply
#12
Nice, then packaging should be possible. Smile

Cu Selur
Reply
#13
Argh, wanted to try to setup vsdeoldify again, but calling:
F:\Hybrid\64bit\Vapoursynth>python -m pip install fastai==1.0.6
gave me:
Collecting fastai==1.0.6
  Downloading fastai-1.0.6-py3-none-any.whl (95 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.3/95.3 kB 5.3 MB/s eta 0:00:00
Collecting fastprogress>=0.1.10 (from fastai==1.0.6)
  Downloading fastprogress-1.0.3-py3-none-any.whl.metadata (5.6 kB)
Collecting ipython (from fastai==1.0.6)
  Downloading ipython-8.22.1-py3-none-any.whl.metadata (4.8 kB)
Collecting jupyter (from fastai==1.0.6)
  Downloading jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Requirement already satisfied: matplotlib in f:\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.6) (3.7.1)
Requirement already satisfied: numpy>=1.12 in f:\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.6) (1.26.2)
Requirement already satisfied: pandas in f:\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.6) (2.0.1)
Requirement already satisfied: Pillow in f:\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.6) (9.5.0)
Requirement already satisfied: requests in f:\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.6) (2.31.0)
Collecting scipy (from fastai==1.0.6)
  Downloading scipy-1.12.0-cp311-cp311-win_amd64.whl.metadata (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB ? eta 0:00:00
Collecting spacy>=2.0.16 (from fastai==1.0.6)
  Downloading spacy-3.7.4-cp311-cp311-win_amd64.whl.metadata (27 kB)
INFO: pip is looking at multiple versions of fastai to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11
ERROR: Could not find a version that satisfies the requirement torchvision-nightly (from fastai) (from versions: none)
ERROR: No matching distribution found for torchvision-nightly
=> can't install fastai any more


Cu Selur
Reply
#14
Starting from your: VapoursynthR65_torch_2023.12.02.7z
And after installing fastai==1.0.60 and vsdoldify, I run the following cmd

 
PS D:\Programs\Hybrid\64bit\Vapoursynth> .\python -m pip uninstall fastai==1.0.60
Found existing installation: fastai 1.0.60
Uninstalling fastai-1.0.60:
  Would remove:
    d:\programs\hybrid\64bit\vapoursynth\lib\site-packages\fastai-1.0.60.dist-info\*
    d:\programs\hybrid\64bit\vapoursynth\lib\site-packages\fastai\*
Proceed (Y/n)? y
  Successfully uninstalled fastai-1.0.60
PS D:\Programs\Hybrid\64bit\Vapoursynth> .\python -m pip install fastai==1.0.60
Collecting fastai==1.0.60
  Using cached fastai-1.0.60-py3-none-any.whl (237 kB)
Requirement already satisfied: bottleneck in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (1.3.8)
Requirement already satisfied: fastprogress>=0.2.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (1.0.3)
Requirement already satisfied: beautifulsoup4 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (4.12.3)
Requirement already satisfied: matplotlib in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (3.7.1)
Requirement already satisfied: numexpr in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.9.0)
Requirement already satisfied: numpy>=1.15 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (1.26.2)
Requirement already satisfied: nvidia-ml-py3 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (7.352.0)
Requirement already satisfied: pandas in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.0.1)
Requirement already satisfied: packaging in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (23.2)
Requirement already satisfied: Pillow in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (9.5.0)
Requirement already satisfied: pyyaml in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (6.0)
Requirement already satisfied: requests in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.31.0)
Requirement already satisfied: scipy in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (1.12.0)
Requirement already satisfied: torch>=1.0.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.1.1+cu121)
Requirement already satisfied: spacy>=2.0.18 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (3.7.4)
Requirement already satisfied: torchvision in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (0.16.1)
Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (3.0.12)
Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (1.0.5)
Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (1.0.10)
Requirement already satisfied: cymem<2.1.0,>=2.0.2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (2.0.8)
Requirement already satisfied: preshed<3.1.0,>=3.0.2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (3.0.9)
Requirement already satisfied: thinc<8.3.0,>=8.2.2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (8.2.3)
Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (1.1.2)
Requirement already satisfied: srsly<3.0.0,>=2.4.3 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (2.4.8)
Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (2.0.10)
Requirement already satisfied: weasel<0.4.0,>=0.1.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (0.3.4)
Requirement already satisfied: typer<0.10.0,>=0.3.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (0.9.0)
Requirement already satisfied: smart-open<7.0.0,>=5.2.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (6.4.0)
Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (4.66.1)
Requirement already satisfied: pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (2.6.2)
Requirement already satisfied: jinja2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (3.1.2)
Requirement already satisfied: setuptools in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (67.7.2)
Requirement already satisfied: langcodes<4.0.0,>=3.2.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (3.3.0)
Requirement already satisfied: charset-normalizer<4,>=2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (3.1.0)
Requirement already satisfied: idna<4,>=2.5 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (2.0.2)
Requirement already satisfied: certifi>=2017.4.17 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (2023.5.7)
Requirement already satisfied: filelock in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (3.12.0)
Requirement already satisfied: typing-extensions in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (4.10.0)
Requirement already satisfied: sympy in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (1.12)
Requirement already satisfied: networkx in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (3.1)
Requirement already satisfied: fsspec in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (2023.5.0)
Requirement already satisfied: soupsieve>1.2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from beautifulsoup4->fastai==1.0.60) (2.5)
Requirement already satisfied: contourpy>=1.0.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (1.0.7)
Requirement already satisfied: cycler>=0.10 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (4.39.4)
Requirement already satisfied: kiwisolver>=1.0.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from pandas->fastai==1.0.60) (2023.3)
Requirement already satisfied: tzdata>=2022.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from pandas->fastai==1.0.60) (2023.3)
Requirement already satisfied: annotated-types>=0.4.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy>=2.0.18->fastai==1.0.60) (0.6.0)
Requirement already satisfied: pydantic-core==2.16.3 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy>=2.0.18->fastai==1.0.60) (2.16.3)
Requirement already satisfied: six>=1.5 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from python-dateutil>=2.7->matplotlib->fastai==1.0.60) (1.16.0)
Requirement already satisfied: blis<0.8.0,>=0.7.8 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from thinc<8.3.0,>=8.2.2->spacy>=2.0.18->fastai==1.0.60) (0.7.11)
Requirement already satisfied: confection<1.0.0,>=0.0.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from thinc<8.3.0,>=8.2.2->spacy>=2.0.18->fastai==1.0.60) (0.1.4)
Requirement already satisfied: colorama in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from tqdm<5.0.0,>=4.38.0->spacy>=2.0.18->fastai==1.0.60) (0.4.6)
Requirement already satisfied: click<9.0.0,>=7.1.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from typer<0.10.0,>=0.3.0->spacy>=2.0.18->fastai==1.0.60) (8.1.3)
Requirement already satisfied: cloudpathlib<0.17.0,>=0.7.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from weasel<0.4.0,>=0.1.0->spacy>=2.0.18->fastai==1.0.60) (0.16.0)
Requirement already satisfied: MarkupSafe>=2.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from jinja2->spacy>=2.0.18->fastai==1.0.60) (2.1.2)
Requirement already satisfied: mpmath>=0.19 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from sympy->torch>=1.0.0->fastai==1.0.60) (1.3.0)
Installing collected packages: fastai
Successfully installed fastai-1.0.60

[notice] A new release of pip is available: 23.3.1 -> 24.0
[notice] To update, run: python.exe -m pip install --upgrade pip
PS D:\Programs\Hybrid\64bit\Vapoursynth>

Try to start from a clean torch archive (remember to apply the patches for dlib, vscodeformer).
Reply
#15
I start from VapoursynthR65_torch_2024.02.19.7z
"Try to start from a clean torch archive, .." unless it's compatible with the other filters addind vs-deoldify isn't an option.
Reply
#16
I can't understand the problem.
It don't seems to be related to vs-deoldify.
I remember that you tried to set the variable TORCH_HOME, if is set try to unset, since is not more necessary with vs-deoldify.
Reply
#17
will look at it tomorrow, busy today.
Reply
#18
Have to go now, but clearing local torch stuff and resetting to VapoursynthR65_torch_2024.02.19.7z seems to let me install fastai.
Cu Selur
Reply
#19
I did the same. I performed a clean install with Hybrid_2024.02.24.1_SETUP.exe and then installed VapoursynthR65_torch_2024.02.19.7z
Finally I installed fastai==1.0.60

PS D:\Programs\Hybrid\64bit\Vapoursynth> .\python -m pip install fastai==1.0.60
Collecting fastai==1.0.60
  Using cached fastai-1.0.60-py3-none-any.whl (237 kB)
Collecting bottleneck (from fastai==1.0.60)
  Using cached Bottleneck-1.3.8-cp311-cp311-win_amd64.whl.metadata (8.1 kB)
Collecting fastprogress>=0.2.1 (from fastai==1.0.60)
  Using cached fastprogress-1.0.3-py3-none-any.whl.metadata (5.6 kB)
Collecting beautifulsoup4 (from fastai==1.0.60)
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Requirement already satisfied: matplotlib in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (3.7.1)
Collecting numexpr (from fastai==1.0.60)
  Using cached numexpr-2.9.0-cp311-cp311-win_amd64.whl.metadata (8.1 kB)
Requirement already satisfied: numpy>=1.15 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (1.26.2)
Collecting nvidia-ml-py3 (from fastai==1.0.60)
  Using cached nvidia_ml_py3-7.352.0-py3-none-any.whl
Requirement already satisfied: pandas in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.0.1)
Requirement already satisfied: packaging in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (23.2)
Requirement already satisfied: Pillow in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (9.5.0)
Requirement already satisfied: pyyaml in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (6.0)
Requirement already satisfied: requests in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.31.0)
Collecting scipy (from fastai==1.0.60)
  Using cached scipy-1.12.0-cp311-cp311-win_amd64.whl.metadata (60 kB)
Requirement already satisfied: torch>=1.0.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (2.1.1+cu121)
Collecting spacy>=2.0.18 (from fastai==1.0.60)
  Using cached spacy-3.7.4-cp311-cp311-win_amd64.whl.metadata (27 kB)
Requirement already satisfied: torchvision in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from fastai==1.0.60) (0.16.1)
Collecting spacy-legacy<3.1.0,>=3.0.11 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached spacy_legacy-3.0.12-py2.py3-none-any.whl.metadata (2.8 kB)
Collecting spacy-loggers<2.0.0,>=1.0.0 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached spacy_loggers-1.0.5-py3-none-any.whl.metadata (23 kB)
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached murmurhash-1.0.10-cp311-cp311-win_amd64.whl.metadata (2.0 kB)
Collecting cymem<2.1.0,>=2.0.2 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached cymem-2.0.8-cp311-cp311-win_amd64.whl.metadata (8.6 kB)
Collecting preshed<3.1.0,>=3.0.2 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached preshed-3.0.9-cp311-cp311-win_amd64.whl.metadata (2.2 kB)
Collecting thinc<8.3.0,>=8.2.2 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached thinc-8.2.3-cp311-cp311-win_amd64.whl.metadata (15 kB)
Collecting wasabi<1.2.0,>=0.9.1 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached wasabi-1.1.2-py3-none-any.whl.metadata (28 kB)
Collecting srsly<3.0.0,>=2.4.3 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached srsly-2.4.8-cp311-cp311-win_amd64.whl.metadata (20 kB)
Collecting catalogue<2.1.0,>=2.0.6 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached catalogue-2.0.10-py3-none-any.whl.metadata (14 kB)
Collecting weasel<0.4.0,>=0.1.0 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached weasel-0.3.4-py3-none-any.whl.metadata (4.7 kB)
Collecting typer<0.10.0,>=0.3.0 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached typer-0.9.0-py3-none-any.whl.metadata (14 kB)
Collecting smart-open<7.0.0,>=5.2.1 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached smart_open-6.4.0-py3-none-any.whl.metadata (21 kB)
Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (4.66.1)
Collecting pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 (from spacy>=2.0.18->fastai==1.0.60)
  Downloading pydantic-2.6.3-py3-none-any.whl.metadata (84 kB)
     ---------------------------------------- 84.4/84.4 kB 2.3 MB/s eta 0:00:00
Requirement already satisfied: jinja2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (3.1.2)
Requirement already satisfied: setuptools in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from spacy>=2.0.18->fastai==1.0.60) (67.7.2)
Collecting langcodes<4.0.0,>=3.2.0 (from spacy>=2.0.18->fastai==1.0.60)
  Using cached langcodes-3.3.0-py3-none-any.whl.metadata (29 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (3.1.0)
Requirement already satisfied: idna<4,>=2.5 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (3.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (2.0.2)
Requirement already satisfied: certifi>=2017.4.17 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from requests->fastai==1.0.60) (2023.5.7)
Requirement already satisfied: filelock in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (3.12.0)
Requirement already satisfied: typing-extensions in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (4.5.0)
Requirement already satisfied: sympy in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (1.12)
Requirement already satisfied: networkx in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (3.1)
Requirement already satisfied: fsspec in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from torch>=1.0.0->fastai==1.0.60) (2023.5.0)
Collecting soupsieve>1.2 (from beautifulsoup4->fastai==1.0.60)
  Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Requirement already satisfied: contourpy>=1.0.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (1.0.7)
Requirement already satisfied: cycler>=0.10 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (4.39.4)
Requirement already satisfied: kiwisolver>=1.0.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from matplotlib->fastai==1.0.60) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from pandas->fastai==1.0.60) (2023.3)
Requirement already satisfied: tzdata>=2022.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from pandas->fastai==1.0.60) (2023.3)
Collecting annotated-types>=0.4.0 (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy>=2.0.18->fastai==1.0.60)
  Using cached annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting pydantic-core==2.16.3 (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy>=2.0.18->fastai==1.0.60)
  Using cached pydantic_core-2.16.3-cp311-none-win_amd64.whl.metadata (6.6 kB)
Collecting typing-extensions (from torch>=1.0.0->fastai==1.0.60)
  Using cached typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
Requirement already satisfied: six>=1.5 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from python-dateutil>=2.7->matplotlib->fastai==1.0.60) (1.16.0)
Collecting blis<0.8.0,>=0.7.8 (from thinc<8.3.0,>=8.2.2->spacy>=2.0.18->fastai==1.0.60)
  Using cached blis-0.7.11-cp311-cp311-win_amd64.whl.metadata (7.6 kB)
Collecting confection<1.0.0,>=0.0.1 (from thinc<8.3.0,>=8.2.2->spacy>=2.0.18->fastai==1.0.60)
  Using cached confection-0.1.4-py3-none-any.whl.metadata (19 kB)
Requirement already satisfied: colorama in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from tqdm<5.0.0,>=4.38.0->spacy>=2.0.18->fastai==1.0.60) (0.4.6)
Requirement already satisfied: click<9.0.0,>=7.1.1 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from typer<0.10.0,>=0.3.0->spacy>=2.0.18->fastai==1.0.60) (8.1.3)
Collecting cloudpathlib<0.17.0,>=0.7.0 (from weasel<0.4.0,>=0.1.0->spacy>=2.0.18->fastai==1.0.60)
  Using cached cloudpathlib-0.16.0-py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: MarkupSafe>=2.0 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from jinja2->spacy>=2.0.18->fastai==1.0.60) (2.1.2)
Requirement already satisfied: mpmath>=0.19 in d:\programs\hybrid\64bit\vapoursynth\lib\site-packages (from sympy->torch>=1.0.0->fastai==1.0.60) (1.3.0)
Using cached fastprogress-1.0.3-py3-none-any.whl (12 kB)
Using cached spacy-3.7.4-cp311-cp311-win_amd64.whl (12.1 MB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached Bottleneck-1.3.8-cp311-cp311-win_amd64.whl (110 kB)
Using cached numexpr-2.9.0-cp311-cp311-win_amd64.whl (96 kB)
Using cached scipy-1.12.0-cp311-cp311-win_amd64.whl (46.2 MB)
Using cached catalogue-2.0.10-py3-none-any.whl (17 kB)
Using cached cymem-2.0.8-cp311-cp311-win_amd64.whl (39 kB)
Using cached langcodes-3.3.0-py3-none-any.whl (181 kB)
Using cached murmurhash-1.0.10-cp311-cp311-win_amd64.whl (25 kB)
Using cached preshed-3.0.9-cp311-cp311-win_amd64.whl (122 kB)
Downloading pydantic-2.6.3-py3-none-any.whl (395 kB)
   ---------------------------------------- 395.2/395.2 kB 12.0 MB/s eta 0:00:00
Using cached pydantic_core-2.16.3-cp311-none-win_amd64.whl (1.9 MB)
Using cached smart_open-6.4.0-py3-none-any.whl (57 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached spacy_legacy-3.0.12-py2.py3-none-any.whl (29 kB)
Using cached spacy_loggers-1.0.5-py3-none-any.whl (22 kB)
Using cached srsly-2.4.8-cp311-cp311-win_amd64.whl (479 kB)
Using cached thinc-8.2.3-cp311-cp311-win_amd64.whl (1.5 MB)
Using cached typer-0.9.0-py3-none-any.whl (45 kB)
Using cached typing_extensions-4.10.0-py3-none-any.whl (33 kB)
Using cached wasabi-1.1.2-py3-none-any.whl (27 kB)
Using cached weasel-0.3.4-py3-none-any.whl (50 kB)
Using cached annotated_types-0.6.0-py3-none-any.whl (12 kB)
Using cached blis-0.7.11-cp311-cp311-win_amd64.whl (6.6 MB)
Using cached cloudpathlib-0.16.0-py3-none-any.whl (45 kB)
Using cached confection-0.1.4-py3-none-any.whl (35 kB)
Installing collected packages: nvidia-ml-py3, cymem, wasabi, typing-extensions, spacy-loggers, spacy-legacy, soupsieve, smart-open, scipy, numexpr, murmurhash, langcodes, fastprogress, cloudpathlib, catalogue, bottleneck, blis, annotated-types, typer, srsly, pydantic-core, preshed, beautifulsoup4, pydantic, confection, weasel, thinc, spacy, fastai
  Attempting uninstall: typing-extensions
    Found existing installation: typing_extensions 4.5.0
    Uninstalling typing_extensions-4.5.0:
      Successfully uninstalled typing_extensions-4.5.0
  WARNING: The script weasel.exe is installed in 'D:\Programs\Hybrid\64bit\Vapoursynth\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script spacy.exe is installed in 'D:\Programs\Hybrid\64bit\Vapoursynth\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed annotated-types-0.6.0 beautifulsoup4-4.12.3 blis-0.7.11 bottleneck-1.3.8 catalogue-2.0.10 cloudpathlib-0.16.0 confection-0.1.4 cymem-2.0.8 fastai-1.0.60 fastprogress-1.0.3 langcodes-3.3.0 murmurhash-1.0.10 numexpr-2.9.0 nvidia-ml-py3-7.352.0 preshed-3.0.9 pydantic-2.6.3 pydantic-core-2.16.3 scipy-1.12.0 smart-open-6.4.0 soupsieve-2.5 spacy-3.7.4 spacy-legacy-3.0.12 spacy-loggers-1.0.5 srsly-2.4.8 thinc-8.2.3 typer-0.9.0 typing-extensions-4.10.0 wasabi-1.1.2 weasel-0.3.4
PS D:\Programs\Hybrid\64bit\Vapoursynth>

and it worked.
Reply
#20
Will try some more tomorrow.
Making a separate addon, doesn't seem feasable due to the ton of dependencies, to the torch-Addon will probably increase another 2GB in size,.. Angel
(assuming installing works fine tomorrow after work, I probably can look into adding support for it in Hybrid over the weekend,... )

Cu Selur
Reply


Forum Jump:


Users browsing this thread: Dan64, 1 Guest(s)