Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't select CUDA on Windows (torch with CUDA support installation problems) #192

Open
GypsyAcidQueen opened this issue Aug 28, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@GypsyAcidQueen
Copy link

GypsyAcidQueen commented Aug 28, 2024

On 0.24.2, I installed the cuda version of torch as instructed, but I can't select the gpu for processing, it is running it CPU-bound. Any input welcome!

image

Edit: I've done a fresh install of storytoolkit, and it is attempting to reinstall torch when I launch it.

As you can see the cuda 2.4.0+cu118 version of torch is installed:
image

When I launch storytoolkit, it uninstalls that version of torch and reinstalls 1.2.1 without cuda, can you let me know what is going on here, thanks.
image
image

@GypsyAcidQueen GypsyAcidQueen added the bug Something isn't working label Aug 28, 2024
@octimot
Copy link
Owner

octimot commented Aug 28, 2024

Hello

There's a bug in the tool's update system which uninstalls torch cuda while performing the update.

You should be able to reinstall it by following the instructions here: https://github.com/octimot/StoryToolkitAI/blob/main/INSTALLATION.md#cuda-support

BTW, it doesn't look like you're using a virtual environment, are you? This is not optimal since any update on the main Python installation might update the packages StoryToolkitAI needs to run. If possible, I highly recommend setting up a virtual environment: https://github.com/octimot/StoryToolkitAI/blob/main/INSTALLATION.md#5-set-up-a-virtual-environment

Cheers!

@GypsyAcidQueen
Copy link
Author

GypsyAcidQueen commented Aug 28, 2024

Hi, thanks for response, my main installation is inside a virtual environment, this was just a quick test.

I've tried reinstalling torch as per the instructions many times at this point, but it still doesn't seem to work.

E:>cd E:\StoryToolkitAI

E:\StoryToolkitAI>venv\scripts\activate.bat

(venv) E:\StoryToolkitAI>py -3.10 -m pip uninstall torch torchaudio torchvision
Found existing installation: torch 2.4.0+cu118
Uninstalling torch-2.4.0+cu118:
Would remove:
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\functorch*
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torch-2.4.0+cu118.dist-info*
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torch*
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torchgen*
c:\users\alex\appdata\local\programs\python\python310\scripts\convert-caffe2-to-onnx.exe
c:\users\alex\appdata\local\programs\python\python310\scripts\convert-onnx-to-caffe2.exe
c:\users\alex\appdata\local\programs\python\python310\scripts\torchrun.exe
Proceed (Y/n)? y
Successfully uninstalled torch-2.4.0+cu118
Found existing installation: torchaudio 2.4.0+cu118
Uninstalling torchaudio-2.4.0+cu118:
Would remove:
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torchaudio-2.4.0+cu118.dist-info*
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torchaudio*
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torio*
Proceed (Y/n)? yy
Your response ('yy') was not one of the expected responses: y, n,
Proceed (Y/n)? y
Successfully uninstalled torchaudio-2.4.0+cu118
Found existing installation: torchvision 0.19.0+cu118
Uninstalling torchvision-0.19.0+cu118:
Would remove:
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torchvision-0.19.0+cu118.dist-info*
c:\users\alex\appdata\local\programs\python\python310\lib\site-packages\torchvision*
Proceed (Y/n)? y
Successfully uninstalled torchvision-0.19.0+cu118

(venv) E:\StoryToolkitAI>py -3.10 -m pip cache purge
Files removed: 18

(venv) E:\StoryToolkitAI>py -3.10 -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118
Collecting torch
Downloading https://download.pytorch.org/whl/cu118/torch-2.4.0%2Bcu118-cp310-cp310-win_amd64.whl (2692.5 MB)
---------------------------------------- 2.7/2.7 GB 40.0 MB/s eta 0:00:00
Collecting torchvision
Downloading https://download.pytorch.org/whl/cu118/torchvision-0.19.0%2Bcu118-cp310-cp310-win_amd64.whl (5.0 MB)
---------------------------------------- 5.0/5.0 MB 43.7 MB/s eta 0:00:00
Collecting torchaudio
Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.4.0%2Bcu118-cp310-cp310-win_amd64.whl (4.0 MB)
---------------------------------------- 4.0/4.0 MB 39.9 MB/s eta 0:00:00
Requirement already satisfied: filelock in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torch) (3.8.0)
Requirement already satisfied: typing-extensions>=4.8.0 in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torch) (4.12.2)
Requirement already satisfied: sympy in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torch) (1.12)
Requirement already satisfied: networkx in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torch) (3.2.1)
Requirement already satisfied: jinja2 in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torch) (3.1.2)
Requirement already satisfied: fsspec in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torch) (2023.12.2)
Requirement already satisfied: numpy in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torchvision) (1.26.3)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from torchvision) (10.2.0)
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from jinja2->torch) (2.1.3)
Requirement already satisfied: mpmath>=0.19 in c:\users\alex\appdata\local\programs\python\python310\lib\site-packages (from sympy->torch) (1.3.0)
Installing collected packages: torch, torchvision, torchaudio
WARNING: The scripts convert-caffe2-to-onnx.exe, convert-onnx-to-caffe2.exe and torchrun.exe are installed in 'C:\Users\Alex\AppData\Local\Programs\Python\Python310\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 torch-2.4.0+cu118 torchaudio-2.4.0+cu118 torchvision-0.19.0+cu118

(venv) E:\StoryToolkitAI>py -3.10 -m venv\Scripts\python StoryToolkitAI\storytoolkitai
C:\Users\Alex\AppData\Local\Programs\Python\Python310\python.exe: No module named venv\Scripts\python

(venv) E:\StoryToolkitAI>venv\Scripts\python StoryToolkitAI\storytoolkitai
E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai_main_.py:56: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
INFO: Running StoryToolkitAI version 0.24.2
INFO: Resolve API module found and loaded
INFO: Resolve API module found and loaded
WARNING: Resolve is not open or reachable. Retrying every few seconds.
INFO: Starting StoryToolkitAI GUI

image

@octimot
Copy link
Owner

octimot commented Aug 28, 2024

I think this might occur because you're still using the py command inside the virtual environment, which might in fact install the packages on the main python installation...

Instead of:

(venv) E:\StoryToolkitAI>py -3.10 -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118

Simply do:

(venv) E:\StoryToolkitAI>pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118

One other note: once you set everything up in the virtual environment, you don't have to activate it to run the tool, if you're running the command venv\Scripts\python StoryToolkitAI\storytoolkitai. Using the python executable from the venv folder already "activates" the virtual environment to start the tool automatically.

Repository owner deleted a comment from GypsyAcidQueen Aug 28, 2024
@GypsyAcidQueen
Copy link
Author

Thanks a lot for the help, unfortunately I still can't get it to work. Sorry for the long spam, but here is the log from me deleting everything and trying to do a fresh install:

Microsoft Windows [Version 10.0.22631.4037]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Alex>e:

E:>cd E:\StoryToolkitAI

E:\StoryToolkitAI>git clone https://github.com/octimot/StoryToolkitAI.git
Cloning into 'StoryToolkitAI'...
remote: Enumerating objects: 2626, done.
remote: Counting objects: 100% (408/408), done.
remote: Compressing objects: 100% (137/137), done.
remote: Total 2626 (delta 297), reused 283 (delta 270), pack-reused 2218 (from 1)
Receiving objects: 100% (2626/2626), 2.22 MiB | 8.72 MiB/s, done.
Resolving deltas: 100% (1946/1946), done.

E:\StoryToolkitAI>py -3.10 -m virtualenv venv
created virtual environment CPython3.10.11.final.0-64 in 3166ms
creator CPython3Windows(dest=E:\StoryToolkitAI\venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\Alex\AppData\Local\pypa\virtualenv)
added seed packages: pip==24.1.2, setuptools==71.1.0, wheel==0.43.0
activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

E:\StoryToolkitAI>venv\Scripts\activate.bat

(venv) E:\StoryToolkitAI>pip install -r StoryToolkitAI\requirements.txt
Collecting openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab (from -r StoryToolkitAI\requirements.txt (line 28))
Cloning https://github.com/openai/whisper.git (to revision ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab) to c:\users\alex\appdata\local\temp\pip-install-z9jqk32f\openai-whisper_872f5b678bad4a84918e5df659459704
Running command git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\Alex\AppData\Local\Temp\pip-install-z9jqk32f\openai-whisper_872f5b678bad4a84918e5df659459704'
Running command git rev-parse -q --verify 'sha^ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab'
Running command git fetch -q https://github.com/openai/whisper.git ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab
Resolved https://github.com/openai/whisper.git to commit ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting clip@ git+https://github.com/openai/CLIP.git@a9b1bf5920416aaeaec965c25dd9e8f98c864f16 (from -r StoryToolkitAI\requirements.txt (line 34))
Cloning https://github.com/openai/CLIP.git (to revision a9b1bf5920416aaeaec965c25dd9e8f98c864f16) to c:\users\alex\appdata\local\temp\pip-install-z9jqk32f\clip_5259ce326d0b4a1590d0bab3fd47b524
Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\Alex\AppData\Local\Temp\pip-install-z9jqk32f\clip_5259ce326d0b4a1590d0bab3fd47b524'
Running command git rev-parse -q --verify 'sha^a9b1bf5920416aaeaec965c25dd9e8f98c864f16'
Running command git fetch -q https://github.com/openai/CLIP.git a9b1bf5920416aaeaec965c25dd9e8f98c864f16
Running command git checkout -q a9b1bf5920416aaeaec965c25dd9e8f98c864f16
Resolved https://github.com/openai/CLIP.git to commit a9b1bf5920416aaeaec965c25dd9e8f98c864f16
Preparing metadata (setup.py) ... done
Collecting customtkinter@ git+https://github.com/octimot/CustomTkinter.git@a2a8c37dd8dac1dee30133476596a5128adb0530 (from -r StoryToolkitAI\requirements.txt (line 38))
Cloning https://github.com/octimot/CustomTkinter.git (to revision a2a8c37dd8dac1dee30133476596a5128adb0530) to c:\users\alex\appdata\local\temp\pip-install-z9jqk32f\customtkinter_b146ee612c1843889ab8adcd09551365
Running command git clone --filter=blob:none --quiet https://github.com/octimot/CustomTkinter.git 'C:\Users\Alex\AppData\Local\Temp\pip-install-z9jqk32f\customtkinter_b146ee612c1843889ab8adcd09551365'
Running command git rev-parse -q --verify 'sha^a2a8c37dd8dac1dee30133476596a5128adb0530'
Running command git fetch -q https://github.com/octimot/CustomTkinter.git a2a8c37dd8dac1dee30133476596a5128adb0530
Resolved https://github.com/octimot/CustomTkinter.git to commit a2a8c37dd8dac1dee30133476596a5128adb0530
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: wheel in e:\storytoolkitai\venv\lib\site-packages (from -r StoryToolkitAI\requirements.txt (line 1)) (0.43.0)
Collecting certifi>=2023.7.22 (from -r StoryToolkitAI\requirements.txt (line 2))
Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer==2.1.1 (from -r StoryToolkitAI\requirements.txt (line 3))
Downloading charset_normalizer-2.1.1-py3-none-any.whl.metadata (11 kB)
Collecting ffmpeg-python==0.2.0 (from -r StoryToolkitAI\requirements.txt (line 4))
Downloading ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB)
Collecting filelock==3.8.0 (from -r StoryToolkitAI\requirements.txt (line 5))
Downloading filelock-3.8.0-py3-none-any.whl.metadata (2.3 kB)
Collecting future==0.18.3 (from -r StoryToolkitAI\requirements.txt (line 6))
Downloading future-0.18.3.tar.gz (840 kB)
---------------------------------------- 840.9/840.9 kB 1.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting huggingface-hub>=0.10.0 (from -r StoryToolkitAI\requirements.txt (line 7))
Downloading huggingface_hub-0.24.6-py3-none-any.whl.metadata (13 kB)
Collecting idna==3.4 (from -r StoryToolkitAI\requirements.txt (line 8))
Downloading idna-3.4-py3-none-any.whl.metadata (9.8 kB)
Collecting librosa>=0.9.1 (from -r StoryToolkitAI\requirements.txt (line 9))
Downloading librosa-0.10.2.post1-py3-none-any.whl.metadata (8.6 kB)
Collecting more-itertools>=8.14.0 (from -r StoryToolkitAI\requirements.txt (line 10))
Downloading more_itertools-10.4.0-py3-none-any.whl.metadata (36 kB)
Collecting numpy (from -r StoryToolkitAI\requirements.txt (line 11))
Downloading numpy-2.1.0-cp310-cp310-win_amd64.whl.metadata (59 kB)
---------------------------------------- 59.7/59.7 kB 1.1 MB/s eta 0:00:00
Collecting packaging==21.3 (from -r StoryToolkitAI\requirements.txt (line 12))
Downloading packaging-21.3-py3-none-any.whl.metadata (15 kB)
Collecting pyparsing==3.0.9 (from -r StoryToolkitAI\requirements.txt (line 13))
Downloading pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB)
Collecting PyYAML==6.0 (from -r StoryToolkitAI\requirements.txt (line 14))
Downloading PyYAML-6.0-cp310-cp310-win_amd64.whl.metadata (2.0 kB)
Collecting regex==2022.9.13 (from -r StoryToolkitAI\requirements.txt (line 15))
Downloading regex-2022.9.13-cp310-cp310-win_amd64.whl.metadata (40 kB)
---------------------------------------- 40.8/40.8 kB 1.9 MB/s eta 0:00:00
Collecting requests>2.28.2 (from -r StoryToolkitAI\requirements.txt (line 16))
Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: setuptools in e:\storytoolkitai\venv\lib\site-packages (from -r StoryToolkitAI\requirements.txt (line 17)) (71.1.0)
Collecting sentence_transformers (from -r StoryToolkitAI\requirements.txt (line 18))
Downloading sentence_transformers-3.0.1-py3-none-any.whl.metadata (10 kB)
Collecting timecode==1.3.1 (from -r StoryToolkitAI\requirements.txt (line 19))
Downloading timecode-1.3.1-py2.py3-none-any.whl.metadata (10 kB)
Collecting tokenizers (from -r StoryToolkitAI\requirements.txt (line 20))
Downloading tokenizers-0.20.0-cp310-none-win_amd64.whl.metadata (6.9 kB)
Collecting torch (from -r StoryToolkitAI\requirements.txt (line 21))
Using cached torch-2.4.0-cp310-cp310-win_amd64.whl.metadata (27 kB)
Collecting torchaudio (from -r StoryToolkitAI\requirements.txt (line 22))
Using cached torchaudio-2.4.0-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
Collecting onnxruntime (from -r StoryToolkitAI\requirements.txt (line 23))
Downloading onnxruntime-1.19.0-cp310-cp310-win_amd64.whl.metadata (4.5 kB)
Collecting tqdm (from -r StoryToolkitAI\requirements.txt (line 24))
Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB)
---------------------------------------- 57.6/57.6 kB 751.8 kB/s eta 0:00:00
Collecting transformers>4.33.3 (from -r StoryToolkitAI\requirements.txt (line 25))
Downloading transformers-4.44.2-py3-none-any.whl.metadata (43 kB)
---------------------------------------- 43.7/43.7 kB 711.0 kB/s eta 0:00:00
Collecting typing_extensions==4.7 (from -r StoryToolkitAI\requirements.txt (line 26))
Using cached typing_extensions-4.7.0-py3-none-any.whl.metadata (3.1 kB)
Collecting urllib3 (from -r StoryToolkitAI\requirements.txt (line 27))
Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB)
Collecting dtw-python (from -r StoryToolkitAI\requirements.txt (line 29))
Downloading dtw_python-1.5.1-cp310-cp310-win_amd64.whl.metadata (48 kB)
---------------------------------------- 49.0/49.0 kB 824.1 kB/s eta 0:00:00
Collecting resampy (from -r StoryToolkitAI\requirements.txt (line 30))
Downloading resampy-0.4.3-py3-none-any.whl.metadata (3.0 kB)
Collecting openai>=1.8.0 (from -r StoryToolkitAI\requirements.txt (line 31))
Downloading openai-1.42.0-py3-none-any.whl.metadata (22 kB)
Collecting spacy>=3.0.0 (from -r StoryToolkitAI\requirements.txt (line 32))
Downloading spacy-3.7.6-cp310-cp310-win_amd64.whl.metadata (27 kB)
Collecting spacy-langdetect (from -r StoryToolkitAI\requirements.txt (line 33))
Downloading spacy_langdetect-0.1.2-py3-none-any.whl.metadata (3.4 kB)
Collecting opencv-python (from -r StoryToolkitAI\requirements.txt (line 35))
Downloading opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting patchify (from -r StoryToolkitAI\requirements.txt (line 36))
Downloading patchify-0.2.3-py3-none-any.whl.metadata (3.0 kB)
Collecting darkdetect (from -r StoryToolkitAI\requirements.txt (line 37))
Downloading darkdetect-0.8.0-py3-none-any.whl.metadata (3.6 kB)
Collecting ftfy (from -r StoryToolkitAI\requirements.txt (line 39))
Downloading ftfy-6.2.3-py3-none-any.whl.metadata (7.8 kB)
Collecting moviepy (from -r StoryToolkitAI\requirements.txt (line 40))
Downloading moviepy-1.0.3.tar.gz (388 kB)
---------------------------------------- 388.3/388.3 kB 1.0 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting scikit-image (from -r StoryToolkitAI\requirements.txt (line 41))
Downloading scikit_image-0.24.0-cp310-cp310-win_amd64.whl.metadata (14 kB)
Collecting scipy (from -r StoryToolkitAI\requirements.txt (line 42))
Downloading scipy-1.14.1-cp310-cp310-win_amd64.whl.metadata (60 kB)
---------------------------------------- 60.8/60.8 kB 802.2 kB/s eta 0:00:00
Collecting pydantic==1.10.8 (from -r StoryToolkitAI\requirements.txt (line 43))
Downloading pydantic-1.10.8-cp310-cp310-win_amd64.whl.metadata (147 kB)
---------------------------------------- 147.7/147.7 kB 875.4 kB/s eta 0:00:00
Collecting speechbrain==0.5.16 (from -r StoryToolkitAI\requirements.txt (line 44))
Downloading speechbrain-0.5.16-py3-none-any.whl.metadata (23 kB)
Collecting pyannote.audio>=2.0.1 (from -r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.audio-3.3.1-py2.py3-none-any.whl.metadata (11 kB)
Collecting hyperpyyaml (from speechbrain==0.5.16->-r StoryToolkitAI\requirements.txt (line 44))
Downloading HyperPyYAML-1.2.2-py3-none-any.whl.metadata (7.6 kB)
Collecting joblib (from speechbrain==0.5.16->-r StoryToolkitAI\requirements.txt (line 44))
Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting sentencepiece (from speechbrain==0.5.16->-r StoryToolkitAI\requirements.txt (line 44))
Downloading sentencepiece-0.2.0-cp310-cp310-win_amd64.whl.metadata (8.3 kB)
Collecting fsspec>=2023.5.0 (from huggingface-hub>=0.10.0->-r StoryToolkitAI\requirements.txt (line 7))
Downloading fsspec-2024.6.1-py3-none-any.whl.metadata (11 kB)
Collecting audioread>=2.1.9 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
Collecting scikit-learn>=0.20.0 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading scikit_learn-1.5.1-cp310-cp310-win_amd64.whl.metadata (12 kB)
Collecting decorator>=4.3.0 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting numba>=0.51.0 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading numba-0.60.0-cp310-cp310-win_amd64.whl.metadata (2.8 kB)
Collecting soundfile>=0.12.1 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB)
Collecting pooch>=1.1 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading pooch-1.8.2-py3-none-any.whl.metadata (10 kB)
Collecting soxr>=0.3.2 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading soxr-0.5.0-cp310-cp310-win_amd64.whl.metadata (5.6 kB)
Collecting lazy-loader>=0.1 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB)
Collecting msgpack>=1.0 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading msgpack-1.0.8-cp310-cp310-win_amd64.whl.metadata (9.4 kB)
Collecting Pillow (from sentence_transformers->-r StoryToolkitAI\requirements.txt (line 18))
Downloading pillow-10.4.0-cp310-cp310-win_amd64.whl.metadata (9.3 kB)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
Collecting torch (from -r StoryToolkitAI\requirements.txt (line 21))
Using cached torch-2.3.1-cp310-cp310-win_amd64.whl.metadata (26 kB)
Using cached torch-2.3.0-cp310-cp310-win_amd64.whl.metadata (26 kB)
Using cached torch-2.2.2-cp310-cp310-win_amd64.whl.metadata (26 kB)
Using cached torch-2.2.1-cp310-cp310-win_amd64.whl.metadata (26 kB)
Using cached torch-2.2.0-cp310-cp310-win_amd64.whl.metadata (26 kB)
Using cached torch-2.1.2-cp310-cp310-win_amd64.whl.metadata (26 kB)
Collecting sympy (from torch->-r StoryToolkitAI\requirements.txt (line 21))
Downloading sympy-1.13.2-py3-none-any.whl.metadata (12 kB)
Collecting networkx (from torch->-r StoryToolkitAI\requirements.txt (line 21))
Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
Collecting jinja2 (from torch->-r StoryToolkitAI\requirements.txt (line 21))
Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting torchaudio (from -r StoryToolkitAI\requirements.txt (line 22))
Using cached torchaudio-2.3.1-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
INFO: pip is still looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
Using cached torchaudio-2.3.0-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
Using cached torchaudio-2.2.2-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
Using cached torchaudio-2.2.1-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
Using cached torchaudio-2.2.0-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
Using cached torchaudio-2.1.2-cp310-cp310-win_amd64.whl.metadata (6.4 kB)
Collecting coloredlogs (from onnxruntime->-r StoryToolkitAI\requirements.txt (line 23))
Downloading coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB)
Collecting flatbuffers (from onnxruntime->-r StoryToolkitAI\requirements.txt (line 23))
Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes)
Collecting protobuf (from onnxruntime->-r StoryToolkitAI\requirements.txt (line 23))
Downloading protobuf-5.27.4-cp310-abi3-win_amd64.whl.metadata (592 bytes)
Collecting colorama (from tqdm->-r StoryToolkitAI\requirements.txt (line 24))
Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting safetensors>=0.4.1 (from transformers>4.33.3->-r StoryToolkitAI\requirements.txt (line 25))
Downloading safetensors-0.4.4-cp310-none-win_amd64.whl.metadata (3.9 kB)
Collecting tokenizers (from -r StoryToolkitAI\requirements.txt (line 20))
Downloading tokenizers-0.19.1-cp310-none-win_amd64.whl.metadata (6.9 kB)
Collecting tiktoken (from openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab->-r StoryToolkitAI\requirements.txt (line 28))
Downloading tiktoken-0.7.0-cp310-cp310-win_amd64.whl.metadata (6.8 kB)
Collecting anyio<5,>=3.5.0 (from openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB)
Collecting distro<2,>=1.7.0 (from openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
Collecting httpx<1,>=0.23.0 (from openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Collecting jiter<1,>=0.4.0 (from openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading jiter-0.5.0-cp310-none-win_amd64.whl.metadata (3.7 kB)
Collecting sniffio (from openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
INFO: pip is looking at multiple versions of openai to determine which version is compatible with other requirements. This could take a while.
Collecting openai>=1.8.0 (from -r StoryToolkitAI\requirements.txt (line 31))
Downloading openai-1.41.1-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.41.0-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.8-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.7-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.6-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.5-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.4-py3-none-any.whl.metadata (22 kB)
INFO: pip is still looking at multiple versions of openai to determine which version is compatible with other requirements. This could take a while.
Downloading openai-1.40.3-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.2-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.1-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.40.0-py3-none-any.whl.metadata (22 kB)
Downloading openai-1.39.0-py3-none-any.whl.metadata (22 kB)
Collecting spacy-legacy<3.1.0,>=3.0.11 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading 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>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading spacy_loggers-1.0.5-py3-none-any.whl.metadata (23 kB)
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading murmurhash-1.0.10-cp310-cp310-win_amd64.whl.metadata (2.0 kB)
Collecting cymem<2.1.0,>=2.0.2 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading cymem-2.0.8-cp310-cp310-win_amd64.whl.metadata (8.6 kB)
Collecting preshed<3.1.0,>=3.0.2 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading preshed-3.0.9-cp310-cp310-win_amd64.whl.metadata (2.2 kB)
Collecting thinc<8.3.0,>=8.2.2 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading thinc-8.2.5-cp310-cp310-win_amd64.whl.metadata (15 kB)
Collecting wasabi<1.2.0,>=0.9.1 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading wasabi-1.1.3-py3-none-any.whl.metadata (28 kB)
Collecting srsly<3.0.0,>=2.4.3 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading srsly-2.4.8-cp310-cp310-win_amd64.whl.metadata (20 kB)
Collecting catalogue<2.1.0,>=2.0.6 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading catalogue-2.0.10-py3-none-any.whl.metadata (14 kB)
Collecting weasel<0.5.0,>=0.1.0 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading weasel-0.4.1-py3-none-any.whl.metadata (4.6 kB)
Collecting typer<1.0.0,>=0.3.0 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading typer-0.12.5-py3-none-any.whl.metadata (15 kB)
Collecting langcodes<4.0.0,>=3.2.0 (from spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading langcodes-3.4.0-py3-none-any.whl.metadata (29 kB)
Collecting pytest (from spacy-langdetect->-r StoryToolkitAI\requirements.txt (line 33))
Downloading pytest-8.3.2-py3-none-any.whl.metadata (7.5 kB)
Collecting langdetect==1.0.7 (from spacy-langdetect->-r StoryToolkitAI\requirements.txt (line 33))
Downloading langdetect-1.0.7.zip (998 kB)
---------------------------------------- 998.1/998.1 kB 1.1 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting six (from langdetect==1.0.7->spacy-langdetect->-r StoryToolkitAI\requirements.txt (line 33))
Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting torchvision (from clip@ git+https://github.com/openai/CLIP.git@a9b1bf5920416aaeaec965c25dd9e8f98c864f16->-r StoryToolkitAI\requirements.txt (line 34))
Using cached torchvision-0.19.0-1-cp310-cp310-win_amd64.whl.metadata (6.1 kB)
Collecting numpy (from -r StoryToolkitAI\requirements.txt (line 11))
Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB)
---------------------------------------- 61.0/61.0 kB 1.1 MB/s eta 0:00:00
Collecting wcwidth<0.3.0,>=0.2.12 (from ftfy->-r StoryToolkitAI\requirements.txt (line 39))
Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting decorator>=4.3.0 (from librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading decorator-4.4.2-py2.py3-none-any.whl.metadata (4.2 kB)
Collecting proglog<=1.0.0 (from moviepy->-r StoryToolkitAI\requirements.txt (line 40))
Downloading proglog-0.1.10-py3-none-any.whl.metadata (639 bytes)
Collecting imageio<3.0,>=2.5 (from moviepy->-r StoryToolkitAI\requirements.txt (line 40))
Downloading imageio-2.35.1-py3-none-any.whl.metadata (4.9 kB)
Collecting imageio_ffmpeg>=0.2.0 (from moviepy->-r StoryToolkitAI\requirements.txt (line 40))
Downloading imageio_ffmpeg-0.5.1-py3-none-win_amd64.whl.metadata (1.6 kB)
Collecting tifffile>=2022.8.12 (from scikit-image->-r StoryToolkitAI\requirements.txt (line 41))
Downloading tifffile-2024.8.28-py3-none-any.whl.metadata (31 kB)
Collecting asteroid-filterbanks>=0.4 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading asteroid_filterbanks-0.4.0-py3-none-any.whl.metadata (3.3 kB)
Collecting einops>=0.6.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading einops-0.8.0-py3-none-any.whl.metadata (12 kB)
Collecting lightning>=2.0.1 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading lightning-2.4.0-py3-none-any.whl.metadata (38 kB)
Collecting omegaconf<3.0,>=2.1 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB)
Collecting pyannote.core>=5.0.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.core-5.0.0-py3-none-any.whl.metadata (1.4 kB)
Collecting pyannote.database>=5.0.1 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.database-5.1.0-py3-none-any.whl.metadata (1.2 kB)
Collecting pyannote.metrics>=3.2 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.metrics-3.2.1-py3-none-any.whl.metadata (1.3 kB)
Collecting pyannote.pipeline>=3.0.1 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.pipeline-3.0.1-py3-none-any.whl.metadata (897 bytes)
Collecting pytorch-metric-learning>=2.1.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pytorch_metric_learning-2.6.0-py3-none-any.whl.metadata (17 kB)
Collecting rich>=12.0.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading rich-13.8.0-py3-none-any.whl.metadata (18 kB)
Collecting semver>=3.0.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading semver-3.0.2-py3-none-any.whl.metadata (5.0 kB)
INFO: pip is looking at multiple versions of pyannote-audio to determine which version is compatible with other requirements. This could take a while.
Collecting pyannote.audio>=2.0.1 (from -r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.audio-3.3.0-py2.py3-none-any.whl.metadata (11 kB)
Collecting tensorboardX>=2.6 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB)
Collecting torch-audiomentations>=0.11.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading torch_audiomentations-0.11.1-py3-none-any.whl.metadata (14 kB)
Collecting pyannote.audio>=2.0.1 (from -r StoryToolkitAI\requirements.txt (line 45))
Downloading pyannote.audio-3.2.0-py2.py3-none-any.whl.metadata (11 kB)
Downloading pyannote.audio-3.1.1-py2.py3-none-any.whl.metadata (9.3 kB)
Collecting torchmetrics>=0.11.0 (from pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading torchmetrics-1.4.1-py3-none-any.whl.metadata (20 kB)
Collecting exceptiongroup>=1.0.2 (from anyio<5,>=3.5.0->openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB)
Collecting httpcore==1.* (from httpx<1,>=0.23.0->openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.->httpx<1,>=0.23.0->openai>=1.8.0->-r StoryToolkitAI\requirements.txt (line 31))
Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting language-data>=1.2 (from langcodes<4.0.0,>=3.2.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading language_data-1.2.0-py3-none-any.whl.metadata (4.3 kB)
Collecting lightning-utilities<2.0,>=0.10.0 (from lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading lightning_utilities-0.11.6-py3-none-any.whl.metadata (5.2 kB)
Collecting pytorch-lightning (from lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pytorch_lightning-2.4.0-py3-none-any.whl.metadata (21 kB)
Collecting llvmlite<0.44,>=0.43.0dev0 (from numba>=0.51.0->librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading llvmlite-0.43.0-cp310-cp310-win_amd64.whl.metadata (4.9 kB)
Collecting antlr4-python3-runtime==4.9.
(from omegaconf<3.0,>=2.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB)
---------------------------------------- 117.0/117.0 kB 979.8 kB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting platformdirs>=2.5.0 (from pooch>=1.1->librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
Collecting sortedcontainers>=2.0.4 (from pyannote.core>=5.0.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
Collecting pandas>=0.19 (from pyannote.database>=5.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pandas-2.2.2-cp310-cp310-win_amd64.whl.metadata (19 kB)
Collecting docopt>=0.6.2 (from pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading docopt-0.6.2.tar.gz (25 kB)
Preparing metadata (setup.py) ... done
Collecting tabulate>=0.7.7 (from pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting matplotlib>=2.0.0 (from pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading matplotlib-3.9.2-cp310-cp310-win_amd64.whl.metadata (11 kB)
Collecting optuna>=3.1 (from pyannote.pipeline>=3.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading optuna-3.6.1-py3-none-any.whl.metadata (17 kB)
Collecting markdown-it-py>=2.2.0 (from rich>=12.0.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich>=12.0.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.20.0->librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting cffi>=1.0 (from soundfile>=0.12.1->librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading cffi-1.17.0-cp310-cp310-win_amd64.whl.metadata (1.6 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy->torch->-r StoryToolkitAI\requirements.txt (line 21))
Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting blis<0.8.0,>=0.7.8 (from thinc<8.3.0,>=8.2.2->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading blis-0.7.11-cp310-cp310-win_amd64.whl.metadata (7.6 kB)
Collecting confection<1.0.0,>=0.0.1 (from thinc<8.3.0,>=8.2.2->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading confection-0.1.5-py3-none-any.whl.metadata (19 kB)
Collecting julius<0.3,>=0.2.3 (from torch-audiomentations>=0.11.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading julius-0.2.7.tar.gz (59 kB)
---------------------------------------- 59.6/59.6 kB 1.1 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting torch-pitch-shift>=1.2.2 (from torch-audiomentations>=0.11.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading torch_pitch_shift-1.2.4-py3-none-any.whl.metadata (2.5 kB)
Collecting click>=8.0.0 (from typer<1.0.0,>=0.3.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting shellingham>=1.3.0 (from typer<1.0.0,>=0.3.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting cloudpathlib<1.0.0,>=0.7.0 (from weasel<0.5.0,>=0.1.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading cloudpathlib-0.18.1-py3-none-any.whl.metadata (14 kB)
Collecting smart-open<8.0.0,>=5.2.1 (from weasel<0.5.0,>=0.1.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading smart_open-7.0.4-py3-none-any.whl.metadata (23 kB)
Collecting humanfriendly>=9.1 (from coloredlogs->onnxruntime->-r StoryToolkitAI\requirements.txt (line 23))
Downloading humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB)
Collecting ruamel.yaml>=0.17.28 (from hyperpyyaml->speechbrain==0.5.16->-r StoryToolkitAI\requirements.txt (line 44))
Downloading ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)
Collecting MarkupSafe>=2.0 (from jinja2->torch->-r StoryToolkitAI\requirements.txt (line 21))
Downloading MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl.metadata (3.1 kB)
Collecting iniconfig (from pytest->spacy-langdetect->-r StoryToolkitAI\requirements.txt (line 33))
Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
Collecting pluggy<2,>=1.5 (from pytest->spacy-langdetect->-r StoryToolkitAI\requirements.txt (line 33))
Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting tomli>=1 (from pytest->spacy-langdetect->-r StoryToolkitAI\requirements.txt (line 33))
Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
INFO: pip is looking at multiple versions of torchvision to determine which version is compatible with other requirements. This could take a while.
Collecting torchvision (from clip@ git+https://github.com/openai/CLIP.git@a9b1bf5920416aaeaec965c25dd9e8f98c864f16->-r StoryToolkitAI\requirements.txt (line 34))
Using cached torchvision-0.18.1-cp310-cp310-win_amd64.whl.metadata (6.6 kB)
Using cached torchvision-0.18.0-cp310-cp310-win_amd64.whl.metadata (6.6 kB)
Using cached torchvision-0.17.2-cp310-cp310-win_amd64.whl.metadata (6.6 kB)
Using cached torchvision-0.17.1-cp310-cp310-win_amd64.whl.metadata (6.6 kB)
Using cached torchvision-0.17.0-cp310-cp310-win_amd64.whl.metadata (6.6 kB)
Using cached torchvision-0.16.2-cp310-cp310-win_amd64.whl.metadata (6.6 kB)
Collecting pycparser (from cffi>=1.0->soundfile>=0.12.1->librosa>=0.9.1->-r StoryToolkitAI\requirements.txt (line 9))
Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading aiohttp-3.10.5-cp310-cp310-win_amd64.whl.metadata (7.8 kB)
Collecting pyreadline3 (from humanfriendly>=9.1->coloredlogs->onnxruntime->-r StoryToolkitAI\requirements.txt (line 23))
Downloading pyreadline3-3.4.1-py3-none-any.whl.metadata (2.0 kB)
Collecting marisa-trie>=0.7.7 (from language-data>=1.2->langcodes<4.0.0,>=3.2.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading marisa_trie-1.2.0-cp310-cp310-win_amd64.whl.metadata (9.0 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=12.0.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting contourpy>=1.0.1 (from matplotlib>=2.0.0->pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading contourpy-1.3.0-cp310-cp310-win_amd64.whl.metadata (5.4 kB)
Collecting cycler>=0.10 (from matplotlib>=2.0.0->pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib>=2.0.0->pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading fonttools-4.53.1-cp310-cp310-win_amd64.whl.metadata (165 kB)
---------------------------------------- 165.9/165.9 kB 1.1 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib>=2.0.0->pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading kiwisolver-1.4.5-cp310-cp310-win_amd64.whl.metadata (6.5 kB)
Collecting python-dateutil>=2.7 (from matplotlib>=2.0.0->pyannote.metrics>=3.2->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting alembic>=1.5.0 (from optuna>=3.1->pyannote.pipeline>=3.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading alembic-1.13.2-py3-none-any.whl.metadata (7.4 kB)
Collecting colorlog (from optuna>=3.1->pyannote.pipeline>=3.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading colorlog-6.8.2-py3-none-any.whl.metadata (10 kB)
Collecting sqlalchemy>=1.3.0 (from optuna>=3.1->pyannote.pipeline>=3.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading SQLAlchemy-2.0.32-cp310-cp310-win_amd64.whl.metadata (9.8 kB)
Collecting pytz>=2020.1 (from pandas>=0.19->pyannote.database>=5.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas>=0.19->pyannote.database>=5.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.17.28->hyperpyyaml->speechbrain==0.5.16->-r StoryToolkitAI\requirements.txt (line 44))
Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-win_amd64.whl.metadata (2.3 kB)
Collecting wrapt (from smart-open<8.0.0,>=5.2.1->weasel<0.5.0,>=0.1.0->spacy>=3.0.0->-r StoryToolkitAI\requirements.txt (line 32))
Downloading wrapt-1.16.0-cp310-cp310-win_amd64.whl.metadata (6.8 kB)
Collecting primePy>=1.3 (from torch-pitch-shift>=1.2.2->torch-audiomentations>=0.11.0->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading primePy-1.3-py3-none-any.whl.metadata (4.8 kB)
Collecting aiohappyeyeballs>=2.3.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB)
Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting attrs>=17.3.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading frozenlist-1.4.1-cp310-cp310-win_amd64.whl.metadata (12 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading multidict-6.0.5-cp310-cp310-win_amd64.whl.metadata (4.3 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading yarl-1.9.4-cp310-cp310-win_amd64.whl.metadata (32 kB)
Collecting async-timeout<5.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<2026.0,>=2022.5.0->lightning>=2.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting Mako (from alembic>=1.5.0->optuna>=3.1->pyannote.pipeline>=3.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB)
Collecting greenlet!=0.4.17 (from sqlalchemy>=1.3.0->optuna>=3.1->pyannote.pipeline>=3.0.1->pyannote.audio>=2.0.1->-r StoryToolkitAI\requirements.txt (line 45))
Downloading greenlet-3.0.3-cp310-cp310-win_amd64.whl.metadata (3.9 kB)
Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)
Downloading filelock-3.8.0-py3-none-any.whl (10 kB)
Downloading idna-3.4-py3-none-any.whl (61 kB)
---------------------------------------- 61.5/61.5 kB 1.1 MB/s eta 0:00:00
Downloading packaging-21.3-py3-none-any.whl (40 kB)
---------------------------------------- 40.8/40.8 kB 953.4 kB/s eta 0:00:00
Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
---------------------------------------- 98.3/98.3 kB 808.2 kB/s eta 0:00:00
Downloading PyYAML-6.0-cp310-cp310-win_amd64.whl (151 kB)
---------------------------------------- 151.7/151.7 kB 906.5 kB/s eta 0:00:00
Downloading regex-2022.9.13-cp310-cp310-win_amd64.whl (267 kB)
---------------------------------------- 267.7/267.7 kB 686.5 kB/s eta 0:00:00
Downloading timecode-1.3.1-py2.py3-none-any.whl (10 kB)
Using cached typing_extensions-4.7.0-py3-none-any.whl (33 kB)
Downloading pydantic-1.10.8-cp310-cp310-win_amd64.whl (2.1 MB)
---------------------------------------- 2.1/2.1 MB 665.0 kB/s eta 0:00:00
Downloading speechbrain-0.5.16-py3-none-any.whl (630 kB)
---------------------------------------- 630.6/630.6 kB 708.9 kB/s eta 0:00:00
Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
---------------------------------------- 163.0/163.0 kB 697.4 kB/s eta 0:00:00
Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB)
---------------------------------------- 417.5/417.5 kB 579.3 kB/s eta 0:00:00
Downloading librosa-0.10.2.post1-py3-none-any.whl (260 kB)
---------------------------------------- 260.1/260.1 kB 499.7 kB/s eta 0:00:00
Downloading more_itertools-10.4.0-py3-none-any.whl (60 kB)
---------------------------------------- 60.9/60.9 kB 641.7 kB/s eta 0:00:00
Downloading requests-2.32.3-py3-none-any.whl (64 kB)
---------------------------------------- 64.9/64.9 kB 348.3 kB/s eta 0:00:00
Downloading sentence_transformers-3.0.1-py3-none-any.whl (227 kB)
---------------------------------------- 227.1/227.1 kB 462.3 kB/s eta 0:00:00
Downloading torch-2.1.2-cp310-cp310-win_amd64.whl (192.3 MB)
---------------------------------------- 192.3/192.3 MB 10.1 MB/s eta 0:00:00
Downloading torchaudio-2.1.2-cp310-cp310-win_amd64.whl (2.3 MB)
---------------------------------------- 2.3/2.3 MB 9.2 MB/s eta 0:00:00
Downloading onnxruntime-1.19.0-cp310-cp310-win_amd64.whl (11.1 MB)
---------------------------------------- 11.1/11.1 MB 9.2 MB/s eta 0:00:00
Downloading tqdm-4.66.5-py3-none-any.whl (78 kB)
---------------------------------------- 78.4/78.4 kB 4.3 MB/s eta 0:00:00
Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB)
---------------------------------------- 9.5/9.5 MB 9.0 MB/s eta 0:00:00
Downloading tokenizers-0.19.1-cp310-none-win_amd64.whl (2.2 MB)
---------------------------------------- 2.2/2.2 MB 9.4 MB/s eta 0:00:00
Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
---------------------------------------- 121.4/121.4 kB 7.4 MB/s eta 0:00:00
Downloading dtw_python-1.5.1-cp310-cp310-win_amd64.whl (381 kB)
---------------------------------------- 381.7/381.7 kB 12.0 MB/s eta 0:00:00
Downloading resampy-0.4.3-py3-none-any.whl (3.1 MB)
---------------------------------------- 3.1/3.1 MB 7.6 MB/s eta 0:00:00
Downloading openai-1.39.0-py3-none-any.whl (336 kB)
---------------------------------------- 336.7/336.7 kB 10.5 MB/s eta 0:00:00
Downloading spacy-3.7.6-cp310-cp310-win_amd64.whl (12.1 MB)
---------------------------------------- 12.1/12.1 MB 7.7 MB/s eta 0:00:00
Downloading spacy_langdetect-0.1.2-py3-none-any.whl (5.0 kB)
Downloading opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl (38.8 MB)
---------------------------------------- 38.8/38.8 MB 9.5 MB/s eta 0:00:00
Downloading patchify-0.2.3-py3-none-any.whl (6.6 kB)
Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl (15.8 MB)
---------------------------------------- 15.8/15.8 MB 10.7 MB/s eta 0:00:00
Downloading darkdetect-0.8.0-py3-none-any.whl (9.0 kB)
Downloading ftfy-6.2.3-py3-none-any.whl (43 kB)
---------------------------------------- 43.0/43.0 kB ? eta 0:00:00
Downloading scikit_image-0.24.0-cp310-cp310-win_amd64.whl (12.9 MB)
---------------------------------------- 12.9/12.9 MB 8.8 MB/s eta 0:00:00
Downloading scipy-1.14.1-cp310-cp310-win_amd64.whl (44.8 MB)
---------------------------------------- 44.8/44.8 MB 13.1 MB/s eta 0:00:00
Downloading pyannote.audio-3.1.1-py2.py3-none-any.whl (208 kB)
---------------------------------------- 208.7/208.7 kB 4.2 MB/s eta 0:00:00
Downloading anyio-4.4.0-py3-none-any.whl (86 kB)
---------------------------------------- 86.8/86.8 kB 5.1 MB/s eta 0:00:00
Downloading asteroid_filterbanks-0.4.0-py3-none-any.whl (29 kB)
Downloading audioread-3.0.1-py3-none-any.whl (23 kB)
Downloading catalogue-2.0.10-py3-none-any.whl (17 kB)
Downloading cymem-2.0.8-cp310-cp310-win_amd64.whl (39 kB)
Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Downloading distro-1.9.0-py3-none-any.whl (20 kB)
Downloading einops-0.8.0-py3-none-any.whl (43 kB)
---------------------------------------- 43.2/43.2 kB ? eta 0:00:00
Downloading fsspec-2024.6.1-py3-none-any.whl (177 kB)
---------------------------------------- 177.6/177.6 kB 5.4 MB/s eta 0:00:00
Downloading httpx-0.27.2-py3-none-any.whl (76 kB)
---------------------------------------- 76.4/76.4 kB 4.4 MB/s eta 0:00:00
Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
---------------------------------------- 77.9/77.9 kB 4.5 MB/s eta 0:00:00
Downloading imageio-2.35.1-py3-none-any.whl (315 kB)
---------------------------------------- 315.4/315.4 kB 3.9 MB/s eta 0:00:00
Downloading imageio_ffmpeg-0.5.1-py3-none-win_amd64.whl (22.6 MB)
---------------------------------------- 22.6/22.6 MB 6.5 MB/s eta 0:00:00
Downloading joblib-1.4.2-py3-none-any.whl (301 kB)
---------------------------------------- 301.8/301.8 kB 4.7 MB/s eta 0:00:00
Downloading langcodes-3.4.0-py3-none-any.whl (182 kB)
---------------------------------------- 182.0/182.0 kB 5.4 MB/s eta 0:00:00
Downloading lazy_loader-0.4-py3-none-any.whl (12 kB)
Downloading lightning-2.4.0-py3-none-any.whl (810 kB)
---------------------------------------- 811.0/811.0 kB 3.7 MB/s eta 0:00:00
Downloading msgpack-1.0.8-cp310-cp310-win_amd64.whl (75 kB)
---------------------------------------- 75.1/75.1 kB 2.0 MB/s eta 0:00:00
Downloading murmurhash-1.0.10-cp310-cp310-win_amd64.whl (25 kB)
Downloading networkx-3.3-py3-none-any.whl (1.7 MB)
---------------------------------------- 1.7/1.7 MB 3.3 MB/s eta 0:00:00
Downloading numba-0.60.0-cp310-cp310-win_amd64.whl (2.7 MB)
---------------------------------------- 2.7/2.7 MB 852.5 kB/s eta 0:00:00
Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB)
---------------------------------------- 79.5/79.5 kB 1.1 MB/s eta 0:00:00
Downloading pillow-10.4.0-cp310-cp310-win_amd64.whl (2.6 MB)
---------------------------------------- 2.6/2.6 MB 1.4 MB/s eta 0:00:00
Downloading pooch-1.8.2-py3-none-any.whl (64 kB)
---------------------------------------- 64.6/64.6 kB 1.2 MB/s eta 0:00:00
Downloading preshed-3.0.9-cp310-cp310-win_amd64.whl (122 kB)
---------------------------------------- 122.2/122.2 kB 1.0 MB/s eta 0:00:00
Downloading proglog-0.1.10-py3-none-any.whl (6.1 kB)
Downloading pyannote.core-5.0.0-py3-none-any.whl (58 kB)
---------------------------------------- 58.5/58.5 kB 1.0 MB/s eta 0:00:00
Downloading pyannote.database-5.1.0-py3-none-any.whl (48 kB)
---------------------------------------- 48.1/48.1 kB 1.2 MB/s eta 0:00:00
Downloading pyannote.metrics-3.2.1-py3-none-any.whl (51 kB)
---------------------------------------- 51.4/51.4 kB 875.4 kB/s eta 0:00:00
Downloading pyannote.pipeline-3.0.1-py3-none-any.whl (31 kB)
Downloading pytorch_metric_learning-2.6.0-py3-none-any.whl (119 kB)
---------------------------------------- 119.3/119.3 kB 872.2 kB/s eta 0:00:00
Downloading rich-13.8.0-py3-none-any.whl (241 kB)
---------------------------------------- 241.6/241.6 kB 1.1 MB/s eta 0:00:00
Downloading safetensors-0.4.4-cp310-none-win_amd64.whl (285 kB)
---------------------------------------- 285.9/285.9 kB 1.1 MB/s eta 0:00:00
Downloading scikit_learn-1.5.1-cp310-cp310-win_amd64.whl (11.0 MB)
---------------------------------------- 11.0/11.0 MB 1.1 MB/s eta 0:00:00
Downloading semver-3.0.2-py3-none-any.whl (17 kB)
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading soundfile-0.12.1-py2.py3-none-win_amd64.whl (1.0 MB)
---------------------------------------- 1.0/1.0 MB 1.1 MB/s eta 0:00:00
Downloading soxr-0.5.0-cp310-cp310-win_amd64.whl (165 kB)
---------------------------------------- 165.7/165.7 kB 996.8 kB/s eta 0:00:00
Downloading spacy_legacy-3.0.12-py2.py3-none-any.whl (29 kB)
Downloading spacy_loggers-1.0.5-py3-none-any.whl (22 kB)
Downloading srsly-2.4.8-cp310-cp310-win_amd64.whl (481 kB)
---------------------------------------- 481.9/481.9 kB 886.5 kB/s eta 0:00:00
Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB)
---------------------------------------- 6.2/6.2 MB 962.3 kB/s eta 0:00:00
Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB)
---------------------------------------- 101.7/101.7 kB 839.1 kB/s eta 0:00:00
Downloading protobuf-5.27.4-cp310-abi3-win_amd64.whl (426 kB)
---------------------------------------- 426.9/426.9 kB 807.5 kB/s eta 0:00:00
Downloading thinc-8.2.5-cp310-cp310-win_amd64.whl (1.5 MB)
---------------------------------------- 1.5/1.5 MB 1.6 MB/s eta 0:00:00
Downloading tifffile-2024.8.28-py3-none-any.whl (226 kB)
---------------------------------------- 226.1/226.1 kB 990.0 kB/s eta 0:00:00
Downloading torch_audiomentations-0.11.1-py3-none-any.whl (50 kB)
---------------------------------------- 50.1/50.1 kB 848.0 kB/s eta 0:00:00
Downloading torchmetrics-1.4.1-py3-none-any.whl (866 kB)
---------------------------------------- 866.2/866.2 kB 1.6 MB/s eta 0:00:00
Downloading typer-0.12.5-py3-none-any.whl (47 kB)
---------------------------------------- 47.3/47.3 kB 788.3 kB/s eta 0:00:00
Downloading wasabi-1.1.3-py3-none-any.whl (27 kB)
Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading weasel-0.4.1-py3-none-any.whl (50 kB)
---------------------------------------- 50.3/50.3 kB 1.3 MB/s eta 0:00:00
Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
---------------------------------------- 46.0/46.0 kB 1.2 MB/s eta 0:00:00
Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB)
Downloading HyperPyYAML-1.2.2-py3-none-any.whl (16 kB)
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
---------------------------------------- 133.3/133.3 kB 1.1 MB/s eta 0:00:00
Downloading pytest-8.3.2-py3-none-any.whl (341 kB)
---------------------------------------- 341.8/341.8 kB 1.1 MB/s eta 0:00:00
Downloading sentencepiece-0.2.0-cp310-cp310-win_amd64.whl (991 kB)
---------------------------------------- 991.5/991.5 kB 1.3 MB/s eta 0:00:00
Downloading tiktoken-0.7.0-cp310-cp310-win_amd64.whl (798 kB)
---------------------------------------- 798.9/798.9 kB 1.1 MB/s eta 0:00:00
Downloading torchvision-0.16.2-cp310-cp310-win_amd64.whl (1.1 MB)
---------------------------------------- 1.1/1.1 MB 1.5 MB/s eta 0:00:00
Downloading blis-0.7.11-cp310-cp310-win_amd64.whl (6.6 MB)
---------------------------------------- 6.6/6.6 MB 952.7 kB/s eta 0:00:00
Downloading cffi-1.17.0-cp310-cp310-win_amd64.whl (180 kB)
---------------------------------------- 180.8/180.8 kB 682.3 kB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
---------------------------------------- 97.9/97.9 kB 1.4 MB/s eta 0:00:00
Downloading cloudpathlib-0.18.1-py3-none-any.whl (47 kB)
---------------------------------------- 47.3/47.3 kB 588.8 kB/s eta 0:00:00
Downloading confection-0.1.5-py3-none-any.whl (35 kB)
Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
---------------------------------------- 86.8/86.8 kB 814.4 kB/s eta 0:00:00
Downloading language_data-1.2.0-py3-none-any.whl (5.4 MB)
---------------------------------------- 5.4/5.4 MB 1.9 MB/s eta 0:00:00
Downloading lightning_utilities-0.11.6-py3-none-any.whl (26 kB)
Downloading llvmlite-0.43.0-cp310-cp310-win_amd64.whl (28.1 MB)
---------------------------------------- 28.1/28.1 MB 3.1 MB/s eta 0:00:00
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
---------------------------------------- 87.5/87.5 kB 709.1 kB/s eta 0:00:00
Downloading MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl (17 kB)
Downloading matplotlib-3.9.2-cp310-cp310-win_amd64.whl (7.8 MB)
---------------------------------------- 7.8/7.8 MB 2.5 MB/s eta 0:00:00
Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
---------------------------------------- 536.2/536.2 kB 1.6 MB/s eta 0:00:00
Downloading optuna-3.6.1-py3-none-any.whl (380 kB)
---------------------------------------- 380.1/380.1 kB 1.1 MB/s eta 0:00:00
Downloading pandas-2.2.2-cp310-cp310-win_amd64.whl (11.6 MB)
---------------------------------------- 11.6/11.6 MB 1.2 MB/s eta 0:00:00
Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB)
Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
---------------------------------------- 1.2/1.2 MB 1.1 MB/s eta 0:00:00
Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB)
---------------------------------------- 117.8/117.8 kB 1.1 MB/s eta 0:00:00
Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Downloading smart_open-7.0.4-py3-none-any.whl (61 kB)
---------------------------------------- 61.2/61.2 kB 1.1 MB/s eta 0:00:00
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Downloading torch_pitch_shift-1.2.4-py3-none-any.whl (4.9 kB)
Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Downloading pytorch_lightning-2.4.0-py3-none-any.whl (815 kB)
---------------------------------------- 815.2/815.2 kB 1.6 MB/s eta 0:00:00
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Downloading aiohttp-3.10.5-cp310-cp310-win_amd64.whl (379 kB)
---------------------------------------- 379.2/379.2 kB 1.1 MB/s eta 0:00:00
Downloading alembic-1.13.2-py3-none-any.whl (232 kB)
---------------------------------------- 233.0/233.0 kB 1.1 MB/s eta 0:00:00
Downloading contourpy-1.3.0-cp310-cp310-win_amd64.whl (216 kB)
---------------------------------------- 216.0/216.0 kB 879.4 kB/s eta 0:00:00
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading fonttools-4.53.1-cp310-cp310-win_amd64.whl (2.2 MB)
---------------------------------------- 2.2/2.2 MB 1.3 MB/s eta 0:00:00
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
---------------------------------------- 58.3/58.3 kB 1.0 MB/s eta 0:00:00
Downloading kiwisolver-1.4.5-cp310-cp310-win_amd64.whl (56 kB)
---------------------------------------- 56.1/56.1 kB 975.6 kB/s eta 0:00:00
Downloading marisa_trie-1.2.0-cp310-cp310-win_amd64.whl (152 kB)
---------------------------------------- 152.4/152.4 kB 1.3 MB/s eta 0:00:00
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading primePy-1.3-py3-none-any.whl (4.0 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
---------------------------------------- 229.9/229.9 kB 938.7 kB/s eta 0:00:00
Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB)
---------------------------------------- 505.5/505.5 kB 990.5 kB/s eta 0:00:00
Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-win_amd64.whl (117 kB)
---------------------------------------- 117.8/117.8 kB 1.4 MB/s eta 0:00:00
Downloading SQLAlchemy-2.0.32-cp310-cp310-win_amd64.whl (2.1 MB)
---------------------------------------- 2.1/2.1 MB 1.4 MB/s eta 0:00:00
Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB)
---------------------------------------- 345.4/345.4 kB 1.3 MB/s eta 0:00:00
Downloading colorlog-6.8.2-py3-none-any.whl (11 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
---------------------------------------- 117.6/117.6 kB 984.5 kB/s eta 0:00:00
Downloading pyreadline3-3.4.1-py3-none-any.whl (95 kB)
---------------------------------------- 95.2/95.2 kB 913.6 kB/s eta 0:00:00
Downloading wrapt-1.16.0-cp310-cp310-win_amd64.whl (37 kB)
Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB)
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
---------------------------------------- 63.0/63.0 kB 1.1 MB/s eta 0:00:00
Downloading frozenlist-1.4.1-cp310-cp310-win_amd64.whl (50 kB)
---------------------------------------- 50.4/50.4 kB 1.3 MB/s eta 0:00:00
Downloading greenlet-3.0.3-cp310-cp310-win_amd64.whl (292 kB)
---------------------------------------- 292.3/292.3 kB 1.1 MB/s eta 0:00:00
Downloading multidict-6.0.5-cp310-cp310-win_amd64.whl (28 kB)
Downloading yarl-1.9.4-cp310-cp310-win_amd64.whl (76 kB)
---------------------------------------- 76.4/76.4 kB 1.1 MB/s eta 0:00:00
Downloading Mako-1.3.5-py3-none-any.whl (78 kB)
---------------------------------------- 78.6/78.6 kB 1.5 MB/s eta 0:00:00
Building wheels for collected packages: future, openai-whisper, langdetect, clip, customtkinter, moviepy, antlr4-python3-runtime, docopt, julius
Building wheel for future (setup.py) ... done
Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492055 sha256=66c01f2969cf10f2631e31a103372c7aa49da629eaae9c459fc10b7d528313b6
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\5e\a9\47\f118e66afd12240e4662752cc22cefae5d97275623aa8ef57d
Building wheel for openai-whisper (pyproject.toml) ... done
Created wheel for openai-whisper: filename=openai_whisper-20231117-py3-none-any.whl size=812159 sha256=d55ca509c7a5a05173b5756501c1646640bd0e7f17c636edd8ddc2d12a20891d
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\7b\c0\95\fabd0871b678365ff6200dd56ed9e951a97d51f22ae741c264
Building wheel for langdetect (setup.py) ... done
Created wheel for langdetect: filename=langdetect-1.0.7-py3-none-any.whl size=993436 sha256=3caec843e6cb5ee519865cc82a8392beb4c93a01001d8b0ebd83fbfa486618d5
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\97\f1\e4\8b73f7a0421b132755956892d29b1e764d3e0857a6e92e32fe
Building wheel for clip (setup.py) ... done
Created wheel for clip: filename=clip-1.0-py3-none-any.whl size=1369454 sha256=69b0e088252850b43122dd6a170050d26771a1f764bbb597ba8545b81839ccdd
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\f4\2c\76\db2e931fde2e18d378b701f803e0aefe4920e3c2204cadba50
Building wheel for customtkinter (pyproject.toml) ... done
Created wheel for customtkinter: filename=customtkinter-5.1.3-py3-none-any.whl size=295408 sha256=4d47e5daf3726788bb329b8df2ebf9f86676421bb213ab2d905f8d257d1ae9d8
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\72\37\a1\d2daaf6c29954055768181afcb1508df2da4e910ba461f8653
Building wheel for moviepy (setup.py) ... done
Created wheel for moviepy: filename=moviepy-1.0.3-py3-none-any.whl size=110766 sha256=8a752c653fcfd78bfdc58ee663baa82b8ccec950f9cfae3f1fcb54d9392a8eb5
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\96\32\2d\e10123bd88fbfc02fed53cc18c80a171d3c87479ed845fa7c1
Building wheel for antlr4-python3-runtime (setup.py) ... done
Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144576 sha256=d32b6222c6ef4d317b1028514dbbf40d2ff7f2f0e1291c78ce0c8640064d6609
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\12\93\dd\1f6a127edc45659556564c5730f6d4e300888f4bca2d4c5a88
Building wheel for docopt (setup.py) ... done
Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13774 sha256=8619135ad2420af4f7b3ef4d2c54936546a08db0cc2a667d70dd2410914729d1
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\fc\ab\d4\5da2067ac95b36618c629a5f93f809425700506f72c9732fac
Building wheel for julius (setup.py) ... done
Created wheel for julius: filename=julius-0.2.7-py3-none-any.whl size=21919 sha256=9b6d4bb363633e79268639bb9d829b6bcf1d158ea930e9c62b6fe86553cb58bb
Stored in directory: c:\users\alex\appdata\local\pip\cache\wheels\b9\b2\05\f883527ffcb7f2ead5438a2c23439aa0c881eaa9a4c80256f4
Successfully built future openai-whisper langdetect clip customtkinter moviepy antlr4-python3-runtime docopt julius
Installing collected packages: wcwidth, timecode, sortedcontainers, sentencepiece, pytz, pyreadline3, primePy, mpmath, flatbuffers, docopt, cymem, antlr4-python3-runtime, wrapt, urllib3, tzdata, typing_extensions, tomli, threadpoolctl, tabulate, sympy, spacy-loggers, spacy-legacy, sniffio, six, shellingham, semver, safetensors, ruamel.yaml.clib, regex, PyYAML, pyparsing, pygments, pycparser, protobuf, pluggy, platformdirs, Pillow, numpy, networkx, murmurhash, multidict, msgpack, more-itertools, mdurl, MarkupSafe, marisa-trie, llvmlite, kiwisolver, joblib, iniconfig, imageio_ffmpeg, idna, humanfriendly, h11, greenlet, future, ftfy, fsspec, frozenlist, fonttools, filelock, exceptiongroup, einops, distro, decorator, darkdetect, cycler, colorama, charset-normalizer, certifi, catalogue, audioread, attrs, async-timeout, aiohappyeyeballs, yarl, wasabi, tqdm, tifffile, srsly, sqlalchemy, soxr, smart-open, scipy, ruamel.yaml, requests, python-dateutil, pydantic, preshed, patchify, packaging, opencv-python, omegaconf, numba, markdown-it-py, Mako, language-data, langdetect, jinja2, imageio, httpcore, ffmpeg-python, customtkinter, contourpy, colorlog, coloredlogs, cloudpathlib, click, cffi, blis, anyio, aiosignal, torch, tiktoken, tensorboardX, soundfile, scikit-learn, rich, resampy, pytest, pyannote.core, proglog, pooch, pandas, onnxruntime, matplotlib, lightning-utilities, lazy-loader, langcodes, hyperpyyaml, huggingface-hub, httpx, dtw-python, confection, alembic, aiohttp, typer, torchvision, torchmetrics, torchaudio, tokenizers, thinc, spacy-langdetect, scikit-image, pytorch-metric-learning, optuna, openai-whisper, openai, moviepy, librosa, julius, asteroid-filterbanks, weasel, transformers, torch-pitch-shift, speechbrain, pytorch-lightning, pyannote.database, clip, torch-audiomentations, spacy, sentence_transformers, pyannote.pipeline, pyannote.metrics, lightning, pyannote.audio
Successfully installed Mako-1.3.5 MarkupSafe-2.1.5 Pillow-10.4.0 PyYAML-6.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 alembic-1.13.2 antlr4-python3-runtime-4.9.3 anyio-4.4.0 asteroid-filterbanks-0.4.0 async-timeout-4.0.3 attrs-24.2.0 audioread-3.0.1 blis-0.7.11 catalogue-2.0.10 certifi-2024.7.4 cffi-1.17.0 charset-normalizer-2.1.1 click-8.1.7 clip-1.0 cloudpathlib-0.18.1 colorama-0.4.6 coloredlogs-15.0.1 colorlog-6.8.2 confection-0.1.5 contourpy-1.3.0 customtkinter-5.1.3 cycler-0.12.1 cymem-2.0.8 darkdetect-0.8.0 decorator-4.4.2 distro-1.9.0 docopt-0.6.2 dtw-python-1.5.1 einops-0.8.0 exceptiongroup-1.2.2 ffmpeg-python-0.2.0 filelock-3.8.0 flatbuffers-24.3.25 fonttools-4.53.1 frozenlist-1.4.1 fsspec-2024.6.1 ftfy-6.2.3 future-0.18.3 greenlet-3.0.3 h11-0.14.0 httpcore-1.0.5 httpx-0.27.2 huggingface-hub-0.24.6 humanfriendly-10.0 hyperpyyaml-1.2.2 idna-3.4 imageio-2.35.1 imageio_ffmpeg-0.5.1 iniconfig-2.0.0 jinja2-3.1.4 joblib-1.4.2 julius-0.2.7 kiwisolver-1.4.5 langcodes-3.4.0 langdetect-1.0.7 language-data-1.2.0 lazy-loader-0.4 librosa-0.10.2.post1 lightning-2.4.0 lightning-utilities-0.11.6 llvmlite-0.43.0 marisa-trie-1.2.0 markdown-it-py-3.0.0 matplotlib-3.9.2 mdurl-0.1.2 more-itertools-10.4.0 moviepy-1.0.3 mpmath-1.3.0 msgpack-1.0.8 multidict-6.0.5 murmurhash-1.0.10 networkx-3.3 numba-0.60.0 numpy-1.26.4 omegaconf-2.3.0 onnxruntime-1.19.0 openai-1.39.0 openai-whisper-20231117 opencv-python-4.10.0.84 optuna-3.6.1 packaging-21.3 pandas-2.2.2 patchify-0.2.3 platformdirs-4.2.2 pluggy-1.5.0 pooch-1.8.2 preshed-3.0.9 primePy-1.3 proglog-0.1.10 protobuf-5.27.4 pyannote.audio-3.1.1 pyannote.core-5.0.0 pyannote.database-5.1.0 pyannote.metrics-3.2.1 pyannote.pipeline-3.0.1 pycparser-2.22 pydantic-1.10.8 pygments-2.18.0 pyparsing-3.0.9 pyreadline3-3.4.1 pytest-8.3.2 python-dateutil-2.9.0.post0 pytorch-lightning-2.4.0 pytorch-metric-learning-2.6.0 pytz-2024.1 regex-2022.9.13 requests-2.32.3 resampy-0.4.3 rich-13.8.0 ruamel.yaml-0.18.6 ruamel.yaml.clib-0.2.8 safetensors-0.4.4 scikit-image-0.24.0 scikit-learn-1.5.1 scipy-1.14.1 semver-3.0.2 sentence_transformers-3.0.1 sentencepiece-0.2.0 shellingham-1.5.4 six-1.16.0 smart-open-7.0.4 sniffio-1.3.1 sortedcontainers-2.4.0 soundfile-0.12.1 soxr-0.5.0 spacy-3.7.6 spacy-langdetect-0.1.2 spacy-legacy-3.0.12 spacy-loggers-1.0.5 speechbrain-0.5.16 sqlalchemy-2.0.32 srsly-2.4.8 sympy-1.13.2 tabulate-0.9.0 tensorboardX-2.6.2.2 thinc-8.2.5 threadpoolctl-3.5.0 tifffile-2024.8.28 tiktoken-0.7.0 timecode-1.3.1 tokenizers-0.19.1 tomli-2.0.1 torch-2.1.2 torch-audiomentations-0.11.1 torch-pitch-shift-1.2.4 torchaudio-2.1.2 torchmetrics-1.4.1 torchvision-0.16.2 tqdm-4.66.5 transformers-4.44.2 typer-0.12.5 typing_extensions-4.7.0 tzdata-2024.1 urllib3-2.2.2 wasabi-1.1.3 wcwidth-0.2.13 weasel-0.4.1 wrapt-1.16.0 yarl-1.9.4

[notice] A new release of pip is available: 24.1.2 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip

(venv) E:\StoryToolkitAI>pip uninstall torch torchaudio torchvision
Found existing installation: torch 2.1.2
Uninstalling torch-2.1.2:
Would remove:
e:\storytoolkitai\venv\lib\site-packages\functorch*
e:\storytoolkitai\venv\lib\site-packages\torch-2.1.2.dist-info*
e:\storytoolkitai\venv\lib\site-packages\torch*
e:\storytoolkitai\venv\lib\site-packages\torchgen*
e:\storytoolkitai\venv\scripts\convert-caffe2-to-onnx.exe
e:\storytoolkitai\venv\scripts\convert-onnx-to-caffe2.exe
e:\storytoolkitai\venv\scripts\torchrun.exe
Proceed (Y/n)? y
Successfully uninstalled torch-2.1.2
Found existing installation: torchaudio 2.1.2
Uninstalling torchaudio-2.1.2:
Would remove:
e:\storytoolkitai\venv\lib\site-packages\torchaudio-2.1.2.dist-info*
e:\storytoolkitai\venv\lib\site-packages\torchaudio*
Proceed (Y/n)? y
Successfully uninstalled torchaudio-2.1.2
Found existing installation: torchvision 0.16.2
Uninstalling torchvision-0.16.2:
Would remove:
e:\storytoolkitai\venv\lib\site-packages\torchvision-0.16.2.dist-info*
e:\storytoolkitai\venv\lib\site-packages\torchvision*
Proceed (Y/n)? y
Successfully uninstalled torchvision-0.16.2

(venv) E:\StoryToolkitAI>pip cache purge
Files removed: 1095

(venv) E:\StoryToolkitAI>pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118
Collecting torch
Downloading https://download.pytorch.org/whl/cu118/torch-2.4.0%2Bcu118-cp310-cp310-win_amd64.whl (2692.5 MB)
---------------------------------------- 2.7/2.7 GB 2.5 MB/s eta 0:00:00
Collecting torchvision
Downloading https://download.pytorch.org/whl/cu118/torchvision-0.19.0%2Bcu118-cp310-cp310-win_amd64.whl (5.0 MB)
---------------------------------------- 5.0/5.0 MB 45.6 MB/s eta 0:00:00
Collecting torchaudio
Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.4.0%2Bcu118-cp310-cp310-win_amd64.whl (4.0 MB)
---------------------------------------- 4.0/4.0 MB 42.6 MB/s eta 0:00:00
Requirement already satisfied: filelock in e:\storytoolkitai\venv\lib\site-packages (from torch) (3.8.0)
Collecting typing-extensions>=4.8.0 (from torch)
Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Requirement already satisfied: sympy in e:\storytoolkitai\venv\lib\site-packages (from torch) (1.13.2)
Requirement already satisfied: networkx in e:\storytoolkitai\venv\lib\site-packages (from torch) (3.3)
Requirement already satisfied: jinja2 in e:\storytoolkitai\venv\lib\site-packages (from torch) (3.1.4)
Requirement already satisfied: fsspec in e:\storytoolkitai\venv\lib\site-packages (from torch) (2024.6.1)
Requirement already satisfied: numpy in e:\storytoolkitai\venv\lib\site-packages (from torchvision) (1.26.4)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in e:\storytoolkitai\venv\lib\site-packages (from torchvision) (10.4.0)
Requirement already satisfied: MarkupSafe>=2.0 in e:\storytoolkitai\venv\lib\site-packages (from jinja2->torch) (2.1.5)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in e:\storytoolkitai\venv\lib\site-packages (from sympy->torch) (1.3.0)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Installing collected packages: typing-extensions, torch, torchvision, torchaudio
Attempting uninstall: typing-extensions
Found existing installation: typing_extensions 4.7.0
Uninstalling typing_extensions-4.7.0:
Successfully uninstalled typing_extensions-4.7.0
Successfully installed torch-2.4.0+cu118 torchaudio-2.4.0+cu118 torchvision-0.19.0+cu118 typing-extensions-4.12.2

[notice] A new release of pip is available: 24.1.2 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip

(venv) E:\StoryToolkitAI>venv\Scripts\python StoryToolkitAI\storytoolkitai
E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai_main_.py:56: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
WARNING: Version conflict in package: (typing-extensions 4.12.2 (e:\storytoolkitai\venv\lib\site-packages), Requirement.parse('typing_extensions==4.7'))
WARNING: Some of the packages required to run StoryToolkitAI are missing from your Python environment.
WARNING: Attempting to automatically install the missing packages...
Collecting openai-whisper@ git+https://github.com/openai/whisper.git@ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab (from -r E:\StoryToolkitAI\StoryToolkitAI\requirements.txt (line 28))
Cloning https://github.com/openai/whisper.git (to revision ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab) to c:\users\alex\appdata\local\temp\pip-install-1yvf0wg3\openai-whisper_c8da3611675546698893cc4805401088
Running command git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\Alex\AppData\Local\Temp\pip-install-1yvf0wg3\openai-whisper_c8da3611675546698893cc4805401088'
Running command git rev-parse -q --verify 'sha^ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab'
Running command git fetch -q https://github.com/openai/whisper.git ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab
Resolved https://github.com/openai/whisper.git to commit ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting clip@ git+https://github.com/openai/CLIP.git@a9b1bf5920416aaeaec965c25dd9e8f98c864f16 (from -r E:\StoryToolkitAI\StoryToolkitAI\requirements.txt (line 34))
Cloning https://github.com/openai/CLIP.git (to revision a9b1bf5920416aaeaec965c25dd9e8f98c864f16) to c:\users\alex\appdata\local\temp\pip-install-1yvf0wg3\clip_dd61f2b6e2c049c4bf164b44ff466499
Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP.git 'C:\Users\Alex\AppData\Local\Temp\pip-install-1yvf0wg3\clip_dd61f2b6e2c049c4bf164b44ff466499'
Running command git rev-parse -q --verify 'sha^a9b1bf5920416aaeaec965c25dd9e8f98c864f16'
Running command git fetch -q https://github.com/openai/CLIP.git a9b1bf5920416aaeaec965c25dd9e8f98c864f16
Running command git checkout -q a9b1bf5920416aaeaec965c25dd9e8f98c864f16
Resolved https://github.com/openai/CLIP.git to commit a9b1bf5920416aaeaec965c25dd9e8f98c864f16
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [43 lines of output]
C:\Users\Alex\AppData\Local\Temp\pip-install-1yvf0wg3\clip_dd61f2b6e2c049c4bf164b44ff466499\setup.py:3: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
running egg_info
creating C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info
writing C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info\PKG-INFO
writing dependency_links to C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info\dependency_links.txt
writing requirements to C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info\requires.txt
writing top-level names to C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info\top_level.txt
writing manifest file 'C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info\SOURCES.txt'
file clip.py (for module clip) not found
reading manifest file 'C:\Users\Alex\AppData\Local\Temp\pip-pip-egg-info-inu6e_cb\clip.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Alex\AppData\Local\Temp\pip-install-1yvf0wg3\clip_dd61f2b6e2c049c4bf164b44ff466499\setup.py", line 6, in
setup(
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_init_.py", line 108, in setup
return distutils.core.setup(**attrs)
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_distutils\core.py", line 184, in setup
return run_commands(dist)
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_distutils\core.py", line 200, in run_commands
dist.run_commands()
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_distutils\dist.py", line 970, in run_commands
self.run_command(cmd)
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools\dist.py", line 956, in run_command
super().run_command(command)
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_distutils\dist.py", line 989, in run_command
cmd_obj.run()
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools\command\egg_info.py", line 310, in run
self.find_sources()
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools\command\egg_info.py", line 318, in find_sources
mm.run()
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools\command\egg_info.py", line 544, in run
self.prune_file_list()
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools\command\egg_info.py", line 610, in prune_file_list
base_dir = self.distribution.get_fullname()
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_core_metadata.py", line 266, in get_fullname
return _distribution_fullname(self.get_name(), self.get_version())
File "E:\StoryToolkitAI\venv\lib\site-packages\setuptools_core_metadata.py", line 284, in _distribution_fullname
canonicalize_version(version, strip_trailing_zero=False),
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

[notice] A new release of pip is available: 24.1.2 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
ERROR: Could not auto-install the required packages. StoryToolkitAI might not work properly without them. To make sure that the right versions of the required packages are installed, please close the tool and run:

pip install -r E:\StoryToolkitAI\StoryToolkitAI\requirements.txt

Traceback (most recent call last):
File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai_main
.py", line 128, in
from storytoolkitai.core.toolkit_ops.toolkit_ops import ToolkitOps
File "E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai..\storytoolkitai\core\toolkit_ops\toolkit_ops.py", line 10, in
import torch
File "E:\StoryToolkitAI\venv\lib\site-packages\torch_init
.py", line 148, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "E:\StoryToolkitAI\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

@octimot
Copy link
Owner

octimot commented Aug 28, 2024

This seems to hit the same issue as it does here: #184

I'll try to recreate the problem on one of our machines as soon as its free and report back with a solution!

@octimot
Copy link
Owner

octimot commented Aug 28, 2024

Could you try the following, please:

  1. Open up requirements.txt

  2. Change typing_extensions==4.7 to typing_extensions>=4.12.2

  3. Try to run the tool again (from your installation dir):

E:\StoryToolkitAI>venv\Scripts\python StoryToolkitAI\storytoolkitai
  1. Exit the tool, re-install torch cuda:
E:\StoryToolkitAI>venv\Scripts\python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
  1. Re-run the tool, and see if you have the GPU options.

Cheers!

(edit: correction to install torch cuda in the right environment)

@octimot
Copy link
Owner

octimot commented Aug 28, 2024

I just pushed d419309 which hopefully patches the installation issue. So, please try a fresh pull and install.

Cheers!

@octimot octimot changed the title Can't select GPU Can't select CUDA on Windows (torch with CUDA support installation problems) Aug 28, 2024
@GypsyAcidQueen
Copy link
Author

I just pushed d419309 which hopefully patches the installation issue. So, please try a fresh pull and install.

Cheers!

Hi, sorry for the late reply, I'm a bit off grid atm.

This is the error I got when trying to run storytoolkit after running a fresh pull and install, the tool won't run at all now.

(venv) E:\StoryToolkitAI>venv\Scripts\python StoryToolkitAI\storytoolkitai
E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai_main_.py:71: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai_main
.py", line 215, in
from storytoolkitai.core.toolkit_ops.toolkit_ops import ToolkitOps
File "E:\StoryToolkitAI\StoryToolkitAI\storytoolkitai..\storytoolkitai\core\toolkit_ops\toolkit_ops.py", line 11, in
import torch
File "E:\StoryToolkitAI\venv\lib\site-packages\torch_init
.py", line 148, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "E:\StoryToolkitAI\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

(venv) E:\StoryToolkitAI>

@octimot
Copy link
Owner

octimot commented Aug 31, 2024

This looks like something is messed with your virtual environment.

I recommend deleting the venv folder completely and re-creating the virtual environment.

@GypsyAcidQueen
Copy link
Author

GypsyAcidQueen commented Sep 1, 2024

I've just tried that and it still isn't working, throwing the same error. I also tried reinstalling python

(venv) C:\Program Files\StorytoolkitAI>venv\Scripts\python StoryToolkitAI\storytoolkitai
C:\Program Files\StorytoolkitAI\StoryToolkitAI\storytoolkitai_main_.py:71: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Traceback (most recent call last):
File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\Alex\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Program Files\StorytoolkitAI\StoryToolkitAI\storytoolkitai_main
.py", line 215, in
from storytoolkitai.core.toolkit_ops.toolkit_ops import ToolkitOps
File "C:\Program Files\StorytoolkitAI\StoryToolkitAI\storytoolkitai..\storytoolkitai\core\toolkit_ops\toolkit_ops.py", line 11, in
import torch
File "C:\Program Files\StorytoolkitAI\venv\lib\site-packages\torch_init
.py", line 148, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\Program Files\StorytoolkitAI\venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

(venv) C:\Program Files\StorytoolkitAI>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@octimot @GypsyAcidQueen and others