ERROR: Could not open requirements file: [Errno 2] No such file or directory: #47

Closed
opened 2023-02-28 11:17:49 +00:00 by Turbiini · 8 comments

When I try to run the setup-cuda.bat I get these errors:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\dlas\requirements.txt'
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\tortoise-tts\requirements.txt'

When I try to run the setup-cuda.bat I get these errors: ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\dlas\\requirements.txt' ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\tortoise-tts\\requirements.txt'
Owner

A full stack trace would be nice.

My guess is you somehow downloaded this repo as a ZIP and don't actually have git installed, so it's not initializing the submodules (being dlas and tortoise-tts).

A full stack trace would be nice. My guess is you somehow downloaded this repo as a ZIP and don't actually have `git` installed, so it's not initializing the submodules (being `dlas` and `tortoise-tts`).
Author

This may seem like a dumb question but how exactly do I get the full stack trace?

This may seem like a dumb question but how exactly do I get the full stack trace?
Contributor

This may seem like a dumb question but how exactly do I get the full stack trace?

Basically everything that was printed to the console when you executed the script.

> This may seem like a dumb question but how exactly do I get the full stack trace? Basically everything that was printed to the console when you executed the script.
Owner

This may seem like a dumb question but how exactly do I get the full stack trace?

Basically everything that was printed to the console when you executed the script.

Yes, what the command prompt says. I can only make assumptions without knowing the full state, for it would usually say why it's not working.

> This may seem like a dumb question but how exactly do I get the full stack trace? > Basically everything that was printed to the console when you executed the script. Yes, what the command prompt says. I can only make assumptions without knowing the full state, for it would usually say why it's not working.
Author

That's a bit of a problem since my command prompt closes instantly once it reaches a certain error.

That's a bit of a problem since my command prompt closes instantly once it reaches a certain error.
Owner

Updated the setup script so it should stay open if you ran it from Windows Explorer and not a Command Prompt.

Updated the setup script so it should stay open if you ran it from Windows Explorer and not a Command Prompt.
Author
C:\Users\Topias\Downloads\ai-voice-cloning>git submodule init
fatal: not a git repository (or any of the parent directories): .git

C:\Users\Topias\Downloads\ai-voice-cloning>git submodule update --remote
fatal: not a git repository (or any of the parent directories): .git

C:\Users\Topias\Downloads\ai-voice-cloning>python -m venv venv

C:\Users\Topias\Downloads\ai-voice-cloning>call .\venv\Scripts\activate.bat
Requirement already satisfied: pip in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (22.0.4)
Collecting pip
  Using cached pip-23.0.1-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 22.0.4
    Uninstalling pip-22.0.4:
      Successfully uninstalled pip-22.0.4
Successfully installed pip-23.0.1
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
Collecting torch
  Using cached https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp39-cp39-win_amd64.whl (2255.6 MB)
Collecting torchvision
  Using cached https://download.pytorch.org/whl/cu117/torchvision-0.14.1%2Bcu117-cp39-cp39-win_amd64.whl (4.8 MB)
Collecting torchaudio
  Using cached https://download.pytorch.org/whl/cu117/torchaudio-0.13.1%2Bcu117-cp39-cp39-win_amd64.whl (2.3 MB)
Collecting typing-extensions
  Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting numpy
  Using cached numpy-1.24.2-cp39-cp39-win_amd64.whl (14.9 MB)
Collecting pillow!=8.3.*,>=5.3.0
  Using cached Pillow-9.4.0-cp39-cp39-win_amd64.whl (2.5 MB)
Collecting requests
  Using cached requests-2.28.2-py3-none-any.whl (62 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.14-py2.py3-none-any.whl (140 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2022.12.7-py3-none-any.whl (155 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.0.1-cp39-cp39-win_amd64.whl (96 kB)
Installing collected packages: charset-normalizer, urllib3, typing-extensions, pillow, numpy, idna, certifi, torch, requests, torchvision, torchaudio
Successfully installed certifi-2022.12.7 charset-normalizer-3.0.1 idna-3.4 numpy-1.24.2 pillow-9.4.0 requests-2.28.2 torch-1.13.1+cu117 torchaudio-0.13.1+cu117 torchvision-0.14.1+cu117 typing-extensions-4.5.0 urllib3-1.26.14
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\dlas\\requirements.txt'
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\tortoise-tts\\requirements.txt'
Obtaining file:///C:/Users/Topias/Downloads/ai-voice-cloning/tortoise-tts
ERROR: file:///C:/Users/Topias/Downloads/ai-voice-cloning/tortoise-tts does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
Collecting git+https://github.com/openai/whisper.git (from -r .\requirements.txt (line 1))
  Cloning https://github.com/openai/whisper.git to c:\users\topias\appdata\local\temp\pip-req-build-upgpw9h4
  Running command git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\Topias\AppData\Local\Temp\pip-req-build-upgpw9h4'
  Resolved https://github.com/openai/whisper.git to commit 7858aa9c08d98f75575035ecd6481f462d66ca27
  Preparing metadata (setup.py) ... done
Collecting more-itertools
  Using cached more_itertools-9.1.0-py3-none-any.whl (54 kB)
Collecting ffmpeg-python
  Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)
Collecting gradio
  Using cached gradio-3.19.1-py3-none-any.whl (14.2 MB)
Collecting music-tag
  Using cached music-tag-0.4.3.tar.gz (23 kB)
  Preparing metadata (setup.py) ... done
Collecting voicefixer
  Using cached voicefixer-0.1.2-py3-none-any.whl (52 kB)
Collecting psutil
  Using cached psutil-5.9.4-cp36-abi3-win_amd64.whl (252 kB)
Requirement already satisfied: numpy in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from openai-whisper==20230124->-r .\requirements.txt (line 1)) (1.24.2)
Requirement already satisfied: torch in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from openai-whisper==20230124->-r .\requirements.txt (line 1)) (1.13.1+cu117)
Collecting tqdm
  Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Collecting transformers>=4.19.0
  Using cached transformers-4.26.1-py3-none-any.whl (6.3 MB)
Collecting future
  Using cached future-0.18.3.tar.gz (840 kB)
  Preparing metadata (setup.py) ... done
Collecting pydantic
  Using cached pydantic-1.10.5-cp39-cp39-win_amd64.whl (2.2 MB)
Collecting uvicorn
  Using cached uvicorn-0.20.0-py3-none-any.whl (56 kB)
Collecting altair>=4.2.0
  Using cached altair-4.2.2-py3-none-any.whl (813 kB)
Collecting pydub
  Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Collecting pyyaml
  Using cached PyYAML-6.0-cp39-cp39-win_amd64.whl (151 kB)
Collecting jinja2
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting markdown-it-py[linkify]>=2.0.0
  Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
Collecting websockets>=10.0
  Using cached websockets-10.4-cp39-cp39-win_amd64.whl (101 kB)
Collecting aiofiles
  Using cached aiofiles-23.1.0-py3-none-any.whl (14 kB)
Collecting fastapi
  Using cached fastapi-0.92.0-py3-none-any.whl (56 kB)
Collecting aiohttp
  Using cached aiohttp-3.8.4-cp39-cp39-win_amd64.whl (323 kB)
Collecting matplotlib
  Using cached matplotlib-3.7.0-cp39-cp39-win_amd64.whl (7.6 MB)
Collecting fsspec
  Using cached fsspec-2023.1.0-py3-none-any.whl (143 kB)
Collecting pandas
  Using cached pandas-1.5.3-cp39-cp39-win_amd64.whl (10.9 MB)
Collecting markupsafe
  Using cached MarkupSafe-2.1.2-cp39-cp39-win_amd64.whl (16 kB)
Collecting ffmpy
  Using cached ffmpy-0.3.0.tar.gz (4.8 kB)
  Preparing metadata (setup.py) ... done
Collecting httpx
  Using cached httpx-0.23.3-py3-none-any.whl (71 kB)
Collecting orjson
  Downloading orjson-3.8.7-cp39-none-win_amd64.whl (202 kB)
     ---------------------------------------- 202.8/202.8 kB 262.3 kB/s eta 0:00:00
Requirement already satisfied: requests in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from gradio->-r .\requirements.txt (line 4)) (2.28.2)
Collecting python-multipart
  Using cached python_multipart-0.0.6-py3-none-any.whl (45 kB)
Collecting pycryptodome
  Using cached pycryptodome-3.17-cp35-abi3-win_amd64.whl (1.7 MB)
Collecting mdit-py-plugins<=0.3.3
  Using cached mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
Requirement already satisfied: typing-extensions in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from gradio->-r .\requirements.txt (line 4)) (4.5.0)
Requirement already satisfied: pillow in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from gradio->-r .\requirements.txt (line 4)) (9.4.0)
Collecting mutagen
  Using cached mutagen-1.46.0-py3-none-any.whl (193 kB)
Collecting torchlibrosa==0.0.7
  Using cached torchlibrosa-0.0.7-py3-none-any.whl (10 kB)
Collecting GitPython
  Using cached GitPython-3.1.31-py3-none-any.whl (184 kB)
Collecting librosa<0.9.0,>=0.8.1
  Using cached librosa-0.8.1-py3-none-any.whl (203 kB)
Collecting progressbar
  Using cached progressbar-2.5.tar.gz (10 kB)
  Preparing metadata (setup.py) ... done
Collecting streamlit>=1.12.0pyyaml
  Using cached streamlit-1.19.0-py2.py3-none-any.whl (9.6 MB)
Collecting toolz
  Using cached toolz-0.12.0-py3-none-any.whl (55 kB)
Collecting entrypoints
  Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB)
Collecting jsonschema>=3.0
  Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB)
Collecting numba>=0.43.0
  Using cached numba-0.56.4-cp39-cp39-win_amd64.whl (2.5 MB)
Collecting scipy>=1.0.0
  Using cached scipy-1.10.1-cp39-cp39-win_amd64.whl (42.5 MB)
Collecting soundfile>=0.10.2
  Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl (1.0 MB)
Collecting resampy>=0.2.2
  Using cached resampy-0.4.2-py3-none-any.whl (3.1 MB)
Collecting pooch>=1.0
  Using cached pooch-1.7.0-py3-none-any.whl (60 kB)
Collecting audioread>=2.0.0
  Using cached audioread-3.0.0.tar.gz (377 kB)
  Preparing metadata (setup.py) ... done
Collecting joblib>=0.14
  Using cached joblib-1.2.0-py3-none-any.whl (297 kB)
Collecting scikit-learn!=0.19.0,>=0.14.0
  Using cached scikit_learn-1.2.1-cp39-cp39-win_amd64.whl (8.4 MB)
Collecting decorator>=3.0.0
  Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting packaging>=20.0
  Using cached packaging-23.0-py3-none-any.whl (42 kB)
Collecting mdurl~=0.1
  Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting linkify-it-py<3,>=1
  Using cached linkify_it_py-2.0.0-py3-none-any.whl (19 kB)
Collecting pytz>=2020.1
  Using cached pytz-2022.7.1-py2.py3-none-any.whl (499 kB)
Collecting python-dateutil>=2.8.1
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pydeck>=0.1.dev5
  Using cached pydeck-0.8.0-py2.py3-none-any.whl (4.7 MB)
Collecting pyarrow>=4.0
  Using cached pyarrow-11.0.0-cp39-cp39-win_amd64.whl (20.6 MB)
Collecting cachetools>=4.0
  Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB)
Collecting pympler>=0.9
  Using cached Pympler-1.0.1-py3-none-any.whl (164 kB)
Collecting rich>=10.11.0
  Using cached rich-13.3.1-py3-none-any.whl (239 kB)
Collecting tzlocal>=1.1
  Using cached tzlocal-4.2-py3-none-any.whl (19 kB)
Collecting validators>=0.2
  Using cached validators-0.20.0.tar.gz (30 kB)
  Preparing metadata (setup.py) ... done
Collecting toml
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting protobuf<4,>=3.12
  Using cached protobuf-3.20.3-cp39-cp39-win_amd64.whl (904 kB)
Collecting watchdog
  Downloading watchdog-2.3.1-py3-none-win_amd64.whl (80 kB)
     ---------------------------------------- 80.6/80.6 kB 645.8 kB/s eta 0:00:00
Collecting blinker>=1.0.0
  Using cached blinker-1.5-py2.py3-none-any.whl (12 kB)
Collecting tornado>=6.0.3
  Using cached tornado-6.2-cp37-abi3-win_amd64.whl (425 kB)
Collecting click>=7.0
  Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting importlib-metadata>=1.4
  Using cached importlib_metadata-6.0.0-py3-none-any.whl (21 kB)
Collecting semver
  Using cached semver-2.13.0-py2.py3-none-any.whl (12 kB)
Collecting gitdb<5,>=4.0.1
  Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (3.0.1)
Requirement already satisfied: idna<4,>=2.5 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (2022.12.7)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (1.26.14)
Collecting huggingface-hub<1.0,>=0.11.0
  Using cached huggingface_hub-0.12.1-py3-none-any.whl (190 kB)
Collecting regex!=2019.12.17
  Using cached regex-2022.10.31-cp39-cp39-win_amd64.whl (267 kB)
Collecting filelock
  Using cached filelock-3.9.0-py3-none-any.whl (9.7 kB)
Collecting tokenizers!=0.11.3,<0.14,>=0.11.1
  Using cached tokenizers-0.13.2-cp39-cp39-win_amd64.whl (3.3 MB)
Collecting colorama
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting yarl<2.0,>=1.0
  Using cached yarl-1.8.2-cp39-cp39-win_amd64.whl (56 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting multidict<7.0,>=4.5
  Using cached multidict-6.0.4-cp39-cp39-win_amd64.whl (28 kB)
Collecting frozenlist>=1.1.1
  Using cached frozenlist-1.3.3-cp39-cp39-win_amd64.whl (34 kB)
Collecting attrs>=17.3.0
  Using cached attrs-22.2.0-py3-none-any.whl (60 kB)
Collecting starlette<0.26.0,>=0.25.0
  Using cached starlette-0.25.0-py3-none-any.whl (66 kB)
Collecting rfc3986[idna2008]<2,>=1.3
  Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
Collecting httpcore<0.17.0,>=0.15.0
  Using cached httpcore-0.16.3-py3-none-any.whl (69 kB)
Collecting sniffio
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting contourpy>=1.0.1
  Using cached contourpy-1.0.7-cp39-cp39-win_amd64.whl (160 kB)
Collecting kiwisolver>=1.0.1
  Using cached kiwisolver-1.4.4-cp39-cp39-win_amd64.whl (55 kB)
Collecting pyparsing>=2.3.1
  Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting fonttools>=4.22.0
  Using cached fonttools-4.38.0-py3-none-any.whl (965 kB)
Collecting importlib-resources>=3.2.0
  Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB)
Collecting cycler>=0.10
  Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting h11>=0.8
  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Collecting smmap<6,>=3.0.1
  Using cached smmap-5.0.0-py3-none-any.whl (24 kB)
Collecting anyio<5.0,>=3.0
  Using cached anyio-3.6.2-py3-none-any.whl (80 kB)
Collecting zipp>=0.5
  Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Using cached pyrsistent-0.19.3-cp39-cp39-win_amd64.whl (62 kB)
Collecting uc-micro-py
  Using cached uc_micro_py-1.0.1-py3-none-any.whl (6.2 kB)
Requirement already satisfied: setuptools in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from numba>=0.43.0->librosa<0.9.0,>=0.8.1->voicefixer->-r .\requirements.txt (line 6)) (58.1.0)
Collecting numpy
  Using cached numpy-1.23.5-cp39-cp39-win_amd64.whl (14.7 MB)
Collecting llvmlite<0.40,>=0.39.0dev0
  Using cached llvmlite-0.39.1-cp39-cp39-win_amd64.whl (23.2 MB)
Collecting platformdirs>=2.5.0
  Using cached platformdirs-3.0.0-py3-none-any.whl (14 kB)
Collecting six>=1.5
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pygments<3.0.0,>=2.14.0
  Using cached Pygments-2.14.0-py3-none-any.whl (1.1 MB)
Collecting threadpoolctl>=2.0.0
  Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
Collecting cffi>=1.0
  Using cached cffi-1.15.1-cp39-cp39-win_amd64.whl (179 kB)
Collecting pytz-deprecation-shim
  Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
Collecting tzdata
  Using cached tzdata-2022.7-py2.py3-none-any.whl (340 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: tokenizers, rfc3986, pytz, pydub, progressbar, ffmpy, zipp, websockets, watchdog, uc-micro-py, tzdata, tornado, torchlibrosa, toolz, toml, threadpoolctl, sniffio, smmap, six, semver, regex, pyyaml, python-multipart, pyrsistent, pyparsing, pympler, pygments, pydantic, pycryptodome, pycparser, psutil, protobuf, platformdirs, packaging, orjson, numpy, mutagen, multidict, more-itertools, mdurl, markupsafe, llvmlite, kiwisolver, joblib, h11, future, fsspec, frozenlist, fonttools, filelock, entrypoints, decorator, cycler, colorama, cachetools, blinker, audioread, attrs, async-timeout, aiofiles, yarl, validators, tqdm, scipy, pytz-deprecation-shim, python-dateutil, pyarrow, pooch, numba, music-tag, markdown-it-py, linkify-it-py, jsonschema, jinja2, importlib-resources, importlib-metadata, gitdb, ffmpeg-python, contourpy, click, cffi, anyio, aiosignal, uvicorn, tzlocal, starlette, soundfile, scikit-learn, rich, resampy, pydeck, pandas, mdit-py-plugins, matplotlib, huggingface-hub, httpcore, GitPython, aiohttp, transformers, librosa, httpx, fastapi, altair, streamlit, openai-whisper, gradio, voicefixer
  DEPRECATION: progressbar is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for progressbar ... done
  DEPRECATION: ffmpy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for ffmpy ... done
  Attempting uninstall: numpy
    Found existing installation: numpy 1.24.2
    Uninstalling numpy-1.24.2:
      Successfully uninstalled numpy-1.24.2
  DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for future ... done
  DEPRECATION: audioread is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for audioread ... done
  DEPRECATION: validators is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for validators ... done
  DEPRECATION: music-tag is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for music-tag ... done
  DEPRECATION: openai-whisper is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for openai-whisper ... done
Successfully installed GitPython-3.1.31 aiofiles-23.1.0 aiohttp-3.8.4 aiosignal-1.3.1 altair-4.2.2 anyio-3.6.2 async-timeout-4.0.2 attrs-22.2.0 audioread-3.0.0 blinker-1.5 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 colorama-0.4.6 contourpy-1.0.7 cycler-0.11.0 decorator-5.1.1 entrypoints-0.4 fastapi-0.92.0 ffmpeg-python-0.2.0 ffmpy-0.3.0 filelock-3.9.0 fonttools-4.38.0 frozenlist-1.3.3 fsspec-2023.1.0 future-0.18.3 gitdb-4.0.10 gradio-3.19.1 h11-0.14.0 httpcore-0.16.3 httpx-0.23.3 huggingface-hub-0.12.1 importlib-metadata-6.0.0 importlib-resources-5.12.0 jinja2-3.1.2 joblib-1.2.0 jsonschema-4.17.3 kiwisolver-1.4.4 librosa-0.8.1 linkify-it-py-2.0.0 llvmlite-0.39.1 markdown-it-py-2.2.0 markupsafe-2.1.2 matplotlib-3.7.0 mdit-py-plugins-0.3.3 mdurl-0.1.2 more-itertools-9.1.0 multidict-6.0.4 music-tag-0.4.3 mutagen-1.46.0 numba-0.56.4 numpy-1.23.5 openai-whisper-20230124 orjson-3.8.7 packaging-23.0 pandas-1.5.3 platformdirs-3.0.0 pooch-1.7.0 progressbar-2.5 protobuf-3.20.3 psutil-5.9.4 pyarrow-11.0.0 pycparser-2.21 pycryptodome-3.17 pydantic-1.10.5 pydeck-0.8.0 pydub-0.25.1 pygments-2.14.0 pympler-1.0.1 pyparsing-3.0.9 pyrsistent-0.19.3 python-dateutil-2.8.2 python-multipart-0.0.6 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 pyyaml-6.0 regex-2022.10.31 resampy-0.4.2 rfc3986-1.5.0 rich-13.3.1 scikit-learn-1.2.1 scipy-1.10.1 semver-2.13.0 six-1.16.0 smmap-5.0.0 sniffio-1.3.0 soundfile-0.12.1 starlette-0.25.0 streamlit-1.19.0 threadpoolctl-3.1.0 tokenizers-0.13.2 toml-0.10.2 toolz-0.12.0 torchlibrosa-0.0.7 tornado-6.2 tqdm-4.64.1 transformers-4.26.1 tzdata-2022.7 tzlocal-4.2 uc-micro-py-1.0.1 uvicorn-0.20.0 validators-0.20.0 voicefixer-0.1.2 watchdog-2.3.1 websockets-10.4 yarl-1.8.2 zipp-3.15.0
File not found - *
0 File(s) copied
File not found - *
0 File(s) copied
File not found - *
0 File(s) copied
``` C:\Users\Topias\Downloads\ai-voice-cloning>git submodule init fatal: not a git repository (or any of the parent directories): .git C:\Users\Topias\Downloads\ai-voice-cloning>git submodule update --remote fatal: not a git repository (or any of the parent directories): .git C:\Users\Topias\Downloads\ai-voice-cloning>python -m venv venv C:\Users\Topias\Downloads\ai-voice-cloning>call .\venv\Scripts\activate.bat Requirement already satisfied: pip in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (22.0.4) Collecting pip Using cached pip-23.0.1-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.0.4 Uninstalling pip-22.0.4: Successfully uninstalled pip-22.0.4 Successfully installed pip-23.0.1 Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117 Collecting torch Using cached https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp39-cp39-win_amd64.whl (2255.6 MB) Collecting torchvision Using cached https://download.pytorch.org/whl/cu117/torchvision-0.14.1%2Bcu117-cp39-cp39-win_amd64.whl (4.8 MB) Collecting torchaudio Using cached https://download.pytorch.org/whl/cu117/torchaudio-0.13.1%2Bcu117-cp39-cp39-win_amd64.whl (2.3 MB) Collecting typing-extensions Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB) Collecting numpy Using cached numpy-1.24.2-cp39-cp39-win_amd64.whl (14.9 MB) Collecting pillow!=8.3.*,>=5.3.0 Using cached Pillow-9.4.0-cp39-cp39-win_amd64.whl (2.5 MB) Collecting requests Using cached requests-2.28.2-py3-none-any.whl (62 kB) Collecting urllib3<1.27,>=1.21.1 Using cached urllib3-1.26.14-py2.py3-none-any.whl (140 kB) Collecting certifi>=2017.4.17 Using cached certifi-2022.12.7-py3-none-any.whl (155 kB) Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.0.1-cp39-cp39-win_amd64.whl (96 kB) Installing collected packages: charset-normalizer, urllib3, typing-extensions, pillow, numpy, idna, certifi, torch, requests, torchvision, torchaudio Successfully installed certifi-2022.12.7 charset-normalizer-3.0.1 idna-3.4 numpy-1.24.2 pillow-9.4.0 requests-2.28.2 torch-1.13.1+cu117 torchaudio-0.13.1+cu117 torchvision-0.14.1+cu117 typing-extensions-4.5.0 urllib3-1.26.14 ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\dlas\\requirements.txt' ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.\\tortoise-tts\\requirements.txt' Obtaining file:///C:/Users/Topias/Downloads/ai-voice-cloning/tortoise-tts ERROR: file:///C:/Users/Topias/Downloads/ai-voice-cloning/tortoise-tts does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. Collecting git+https://github.com/openai/whisper.git (from -r .\requirements.txt (line 1)) Cloning https://github.com/openai/whisper.git to c:\users\topias\appdata\local\temp\pip-req-build-upgpw9h4 Running command git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\Topias\AppData\Local\Temp\pip-req-build-upgpw9h4' Resolved https://github.com/openai/whisper.git to commit 7858aa9c08d98f75575035ecd6481f462d66ca27 Preparing metadata (setup.py) ... done Collecting more-itertools Using cached more_itertools-9.1.0-py3-none-any.whl (54 kB) Collecting ffmpeg-python Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB) Collecting gradio Using cached gradio-3.19.1-py3-none-any.whl (14.2 MB) Collecting music-tag Using cached music-tag-0.4.3.tar.gz (23 kB) Preparing metadata (setup.py) ... done Collecting voicefixer Using cached voicefixer-0.1.2-py3-none-any.whl (52 kB) Collecting psutil Using cached psutil-5.9.4-cp36-abi3-win_amd64.whl (252 kB) Requirement already satisfied: numpy in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from openai-whisper==20230124->-r .\requirements.txt (line 1)) (1.24.2) Requirement already satisfied: torch in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from openai-whisper==20230124->-r .\requirements.txt (line 1)) (1.13.1+cu117) Collecting tqdm Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB) Collecting transformers>=4.19.0 Using cached transformers-4.26.1-py3-none-any.whl (6.3 MB) Collecting future Using cached future-0.18.3.tar.gz (840 kB) Preparing metadata (setup.py) ... done Collecting pydantic Using cached pydantic-1.10.5-cp39-cp39-win_amd64.whl (2.2 MB) Collecting uvicorn Using cached uvicorn-0.20.0-py3-none-any.whl (56 kB) Collecting altair>=4.2.0 Using cached altair-4.2.2-py3-none-any.whl (813 kB) Collecting pydub Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB) Collecting pyyaml Using cached PyYAML-6.0-cp39-cp39-win_amd64.whl (151 kB) Collecting jinja2 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting markdown-it-py[linkify]>=2.0.0 Using cached markdown_it_py-2.2.0-py3-none-any.whl (84 kB) Collecting websockets>=10.0 Using cached websockets-10.4-cp39-cp39-win_amd64.whl (101 kB) Collecting aiofiles Using cached aiofiles-23.1.0-py3-none-any.whl (14 kB) Collecting fastapi Using cached fastapi-0.92.0-py3-none-any.whl (56 kB) Collecting aiohttp Using cached aiohttp-3.8.4-cp39-cp39-win_amd64.whl (323 kB) Collecting matplotlib Using cached matplotlib-3.7.0-cp39-cp39-win_amd64.whl (7.6 MB) Collecting fsspec Using cached fsspec-2023.1.0-py3-none-any.whl (143 kB) Collecting pandas Using cached pandas-1.5.3-cp39-cp39-win_amd64.whl (10.9 MB) Collecting markupsafe Using cached MarkupSafe-2.1.2-cp39-cp39-win_amd64.whl (16 kB) Collecting ffmpy Using cached ffmpy-0.3.0.tar.gz (4.8 kB) Preparing metadata (setup.py) ... done Collecting httpx Using cached httpx-0.23.3-py3-none-any.whl (71 kB) Collecting orjson Downloading orjson-3.8.7-cp39-none-win_amd64.whl (202 kB) ---------------------------------------- 202.8/202.8 kB 262.3 kB/s eta 0:00:00 Requirement already satisfied: requests in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from gradio->-r .\requirements.txt (line 4)) (2.28.2) Collecting python-multipart Using cached python_multipart-0.0.6-py3-none-any.whl (45 kB) Collecting pycryptodome Using cached pycryptodome-3.17-cp35-abi3-win_amd64.whl (1.7 MB) Collecting mdit-py-plugins<=0.3.3 Using cached mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB) Requirement already satisfied: typing-extensions in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from gradio->-r .\requirements.txt (line 4)) (4.5.0) Requirement already satisfied: pillow in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from gradio->-r .\requirements.txt (line 4)) (9.4.0) Collecting mutagen Using cached mutagen-1.46.0-py3-none-any.whl (193 kB) Collecting torchlibrosa==0.0.7 Using cached torchlibrosa-0.0.7-py3-none-any.whl (10 kB) Collecting GitPython Using cached GitPython-3.1.31-py3-none-any.whl (184 kB) Collecting librosa<0.9.0,>=0.8.1 Using cached librosa-0.8.1-py3-none-any.whl (203 kB) Collecting progressbar Using cached progressbar-2.5.tar.gz (10 kB) Preparing metadata (setup.py) ... done Collecting streamlit>=1.12.0pyyaml Using cached streamlit-1.19.0-py2.py3-none-any.whl (9.6 MB) Collecting toolz Using cached toolz-0.12.0-py3-none-any.whl (55 kB) Collecting entrypoints Using cached entrypoints-0.4-py3-none-any.whl (5.3 kB) Collecting jsonschema>=3.0 Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) Collecting numba>=0.43.0 Using cached numba-0.56.4-cp39-cp39-win_amd64.whl (2.5 MB) Collecting scipy>=1.0.0 Using cached scipy-1.10.1-cp39-cp39-win_amd64.whl (42.5 MB) Collecting soundfile>=0.10.2 Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl (1.0 MB) Collecting resampy>=0.2.2 Using cached resampy-0.4.2-py3-none-any.whl (3.1 MB) Collecting pooch>=1.0 Using cached pooch-1.7.0-py3-none-any.whl (60 kB) Collecting audioread>=2.0.0 Using cached audioread-3.0.0.tar.gz (377 kB) Preparing metadata (setup.py) ... done Collecting joblib>=0.14 Using cached joblib-1.2.0-py3-none-any.whl (297 kB) Collecting scikit-learn!=0.19.0,>=0.14.0 Using cached scikit_learn-1.2.1-cp39-cp39-win_amd64.whl (8.4 MB) Collecting decorator>=3.0.0 Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting packaging>=20.0 Using cached packaging-23.0-py3-none-any.whl (42 kB) Collecting mdurl~=0.1 Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB) Collecting linkify-it-py<3,>=1 Using cached linkify_it_py-2.0.0-py3-none-any.whl (19 kB) Collecting pytz>=2020.1 Using cached pytz-2022.7.1-py2.py3-none-any.whl (499 kB) Collecting python-dateutil>=2.8.1 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting pydeck>=0.1.dev5 Using cached pydeck-0.8.0-py2.py3-none-any.whl (4.7 MB) Collecting pyarrow>=4.0 Using cached pyarrow-11.0.0-cp39-cp39-win_amd64.whl (20.6 MB) Collecting cachetools>=4.0 Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) Collecting pympler>=0.9 Using cached Pympler-1.0.1-py3-none-any.whl (164 kB) Collecting rich>=10.11.0 Using cached rich-13.3.1-py3-none-any.whl (239 kB) Collecting tzlocal>=1.1 Using cached tzlocal-4.2-py3-none-any.whl (19 kB) Collecting validators>=0.2 Using cached validators-0.20.0.tar.gz (30 kB) Preparing metadata (setup.py) ... done Collecting toml Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting protobuf<4,>=3.12 Using cached protobuf-3.20.3-cp39-cp39-win_amd64.whl (904 kB) Collecting watchdog Downloading watchdog-2.3.1-py3-none-win_amd64.whl (80 kB) ---------------------------------------- 80.6/80.6 kB 645.8 kB/s eta 0:00:00 Collecting blinker>=1.0.0 Using cached blinker-1.5-py2.py3-none-any.whl (12 kB) Collecting tornado>=6.0.3 Using cached tornado-6.2-cp37-abi3-win_amd64.whl (425 kB) Collecting click>=7.0 Using cached click-8.1.3-py3-none-any.whl (96 kB) Collecting importlib-metadata>=1.4 Using cached importlib_metadata-6.0.0-py3-none-any.whl (21 kB) Collecting semver Using cached semver-2.13.0-py2.py3-none-any.whl (12 kB) Collecting gitdb<5,>=4.0.1 Using cached gitdb-4.0.10-py3-none-any.whl (62 kB) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (3.0.1) Requirement already satisfied: idna<4,>=2.5 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (3.4) Requirement already satisfied: certifi>=2017.4.17 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (2022.12.7) Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from requests->gradio->-r .\requirements.txt (line 4)) (1.26.14) Collecting huggingface-hub<1.0,>=0.11.0 Using cached huggingface_hub-0.12.1-py3-none-any.whl (190 kB) Collecting regex!=2019.12.17 Using cached regex-2022.10.31-cp39-cp39-win_amd64.whl (267 kB) Collecting filelock Using cached filelock-3.9.0-py3-none-any.whl (9.7 kB) Collecting tokenizers!=0.11.3,<0.14,>=0.11.1 Using cached tokenizers-0.13.2-cp39-cp39-win_amd64.whl (3.3 MB) Collecting colorama Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting yarl<2.0,>=1.0 Using cached yarl-1.8.2-cp39-cp39-win_amd64.whl (56 kB) Collecting aiosignal>=1.1.2 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting async-timeout<5.0,>=4.0.0a3 Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting multidict<7.0,>=4.5 Using cached multidict-6.0.4-cp39-cp39-win_amd64.whl (28 kB) Collecting frozenlist>=1.1.1 Using cached frozenlist-1.3.3-cp39-cp39-win_amd64.whl (34 kB) Collecting attrs>=17.3.0 Using cached attrs-22.2.0-py3-none-any.whl (60 kB) Collecting starlette<0.26.0,>=0.25.0 Using cached starlette-0.25.0-py3-none-any.whl (66 kB) Collecting rfc3986[idna2008]<2,>=1.3 Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) Collecting httpcore<0.17.0,>=0.15.0 Using cached httpcore-0.16.3-py3-none-any.whl (69 kB) Collecting sniffio Using cached sniffio-1.3.0-py3-none-any.whl (10 kB) Collecting contourpy>=1.0.1 Using cached contourpy-1.0.7-cp39-cp39-win_amd64.whl (160 kB) Collecting kiwisolver>=1.0.1 Using cached kiwisolver-1.4.4-cp39-cp39-win_amd64.whl (55 kB) Collecting pyparsing>=2.3.1 Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) Collecting fonttools>=4.22.0 Using cached fonttools-4.38.0-py3-none-any.whl (965 kB) Collecting importlib-resources>=3.2.0 Using cached importlib_resources-5.12.0-py3-none-any.whl (36 kB) Collecting cycler>=0.10 Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting h11>=0.8 Using cached h11-0.14.0-py3-none-any.whl (58 kB) Collecting smmap<6,>=3.0.1 Using cached smmap-5.0.0-py3-none-any.whl (24 kB) Collecting anyio<5.0,>=3.0 Using cached anyio-3.6.2-py3-none-any.whl (80 kB) Collecting zipp>=0.5 Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 Using cached pyrsistent-0.19.3-cp39-cp39-win_amd64.whl (62 kB) Collecting uc-micro-py Using cached uc_micro_py-1.0.1-py3-none-any.whl (6.2 kB) Requirement already satisfied: setuptools in c:\users\topias\downloads\ai-voice-cloning\venv\lib\site-packages (from numba>=0.43.0->librosa<0.9.0,>=0.8.1->voicefixer->-r .\requirements.txt (line 6)) (58.1.0) Collecting numpy Using cached numpy-1.23.5-cp39-cp39-win_amd64.whl (14.7 MB) Collecting llvmlite<0.40,>=0.39.0dev0 Using cached llvmlite-0.39.1-cp39-cp39-win_amd64.whl (23.2 MB) Collecting platformdirs>=2.5.0 Using cached platformdirs-3.0.0-py3-none-any.whl (14 kB) Collecting six>=1.5 Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting pygments<3.0.0,>=2.14.0 Using cached Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting threadpoolctl>=2.0.0 Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Collecting cffi>=1.0 Using cached cffi-1.15.1-cp39-cp39-win_amd64.whl (179 kB) Collecting pytz-deprecation-shim Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) Collecting tzdata Using cached tzdata-2022.7-py2.py3-none-any.whl (340 kB) Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Installing collected packages: tokenizers, rfc3986, pytz, pydub, progressbar, ffmpy, zipp, websockets, watchdog, uc-micro-py, tzdata, tornado, torchlibrosa, toolz, toml, threadpoolctl, sniffio, smmap, six, semver, regex, pyyaml, python-multipart, pyrsistent, pyparsing, pympler, pygments, pydantic, pycryptodome, pycparser, psutil, protobuf, platformdirs, packaging, orjson, numpy, mutagen, multidict, more-itertools, mdurl, markupsafe, llvmlite, kiwisolver, joblib, h11, future, fsspec, frozenlist, fonttools, filelock, entrypoints, decorator, cycler, colorama, cachetools, blinker, audioread, attrs, async-timeout, aiofiles, yarl, validators, tqdm, scipy, pytz-deprecation-shim, python-dateutil, pyarrow, pooch, numba, music-tag, markdown-it-py, linkify-it-py, jsonschema, jinja2, importlib-resources, importlib-metadata, gitdb, ffmpeg-python, contourpy, click, cffi, anyio, aiosignal, uvicorn, tzlocal, starlette, soundfile, scikit-learn, rich, resampy, pydeck, pandas, mdit-py-plugins, matplotlib, huggingface-hub, httpcore, GitPython, aiohttp, transformers, librosa, httpx, fastapi, altair, streamlit, openai-whisper, gradio, voicefixer DEPRECATION: progressbar is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for progressbar ... done DEPRECATION: ffmpy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for ffmpy ... done Attempting uninstall: numpy Found existing installation: numpy 1.24.2 Uninstalling numpy-1.24.2: Successfully uninstalled numpy-1.24.2 DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for future ... done DEPRECATION: audioread is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for audioread ... done DEPRECATION: validators is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for validators ... done DEPRECATION: music-tag is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for music-tag ... done DEPRECATION: openai-whisper is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for openai-whisper ... done Successfully installed GitPython-3.1.31 aiofiles-23.1.0 aiohttp-3.8.4 aiosignal-1.3.1 altair-4.2.2 anyio-3.6.2 async-timeout-4.0.2 attrs-22.2.0 audioread-3.0.0 blinker-1.5 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 colorama-0.4.6 contourpy-1.0.7 cycler-0.11.0 decorator-5.1.1 entrypoints-0.4 fastapi-0.92.0 ffmpeg-python-0.2.0 ffmpy-0.3.0 filelock-3.9.0 fonttools-4.38.0 frozenlist-1.3.3 fsspec-2023.1.0 future-0.18.3 gitdb-4.0.10 gradio-3.19.1 h11-0.14.0 httpcore-0.16.3 httpx-0.23.3 huggingface-hub-0.12.1 importlib-metadata-6.0.0 importlib-resources-5.12.0 jinja2-3.1.2 joblib-1.2.0 jsonschema-4.17.3 kiwisolver-1.4.4 librosa-0.8.1 linkify-it-py-2.0.0 llvmlite-0.39.1 markdown-it-py-2.2.0 markupsafe-2.1.2 matplotlib-3.7.0 mdit-py-plugins-0.3.3 mdurl-0.1.2 more-itertools-9.1.0 multidict-6.0.4 music-tag-0.4.3 mutagen-1.46.0 numba-0.56.4 numpy-1.23.5 openai-whisper-20230124 orjson-3.8.7 packaging-23.0 pandas-1.5.3 platformdirs-3.0.0 pooch-1.7.0 progressbar-2.5 protobuf-3.20.3 psutil-5.9.4 pyarrow-11.0.0 pycparser-2.21 pycryptodome-3.17 pydantic-1.10.5 pydeck-0.8.0 pydub-0.25.1 pygments-2.14.0 pympler-1.0.1 pyparsing-3.0.9 pyrsistent-0.19.3 python-dateutil-2.8.2 python-multipart-0.0.6 pytz-2022.7.1 pytz-deprecation-shim-0.1.0.post0 pyyaml-6.0 regex-2022.10.31 resampy-0.4.2 rfc3986-1.5.0 rich-13.3.1 scikit-learn-1.2.1 scipy-1.10.1 semver-2.13.0 six-1.16.0 smmap-5.0.0 sniffio-1.3.0 soundfile-0.12.1 starlette-0.25.0 streamlit-1.19.0 threadpoolctl-3.1.0 tokenizers-0.13.2 toml-0.10.2 toolz-0.12.0 torchlibrosa-0.0.7 tornado-6.2 tqdm-4.64.1 transformers-4.26.1 tzdata-2022.7 tzlocal-4.2 uc-micro-py-1.0.1 uvicorn-0.20.0 validators-0.20.0 voicefixer-0.1.2 watchdog-2.3.1 websockets-10.4 yarl-1.8.2 zipp-3.15.0 File not found - * 0 File(s) copied File not found - * 0 File(s) copied File not found - * 0 File(s) copied ```
Owner

fatal: not a git repository (or any of the parent directories): .git

So it's what I said earlier:

My guess is you somehow downloaded this repo as a ZIP and don't actually have git installed, so it's not initializing the submodules (being dlas and tortoise-tts).

You need to git clone https://git.ecker.tech/mrq/ai-voice-cloning/ for this repo, as per the installation instructions, not just download and extract a ZIP'd version.

> fatal: not a git repository (or any of the parent directories): .git So it's what I said earlier: > My guess is you somehow downloaded this repo as a ZIP and don't actually have git installed, so it's not initializing the submodules (being dlas and tortoise-tts). You need to `git clone https://git.ecker.tech/mrq/ai-voice-cloning/` for this repo, as per the installation instructions, not just download and extract a ZIP'd version.
mrq closed this issue 2023-03-05 01:23:29 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#47
No description provided.