JackismyShephard / ultimate-rvc

An app for creating song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
18 stars 7 forks source link

No such file or directory: 'C:\\\\usable\\\\ultimate-rvc\\\\models\\\\mdxnet\\\\UVR-MDX-NET-Voc_FT.onnx'" #63

Closed nitinmukesh closed 2 months ago

nitinmukesh commented 2 months ago

Finally I am trying to use this. Installation was very easy and downloaded voice models as well.

However when I use youtube video, select the downloaded voice model I get this error

gradio.exceptions.Error: "[Errno 2] No such file or directory: 'C:\\\\usable\\\\ultimate-rvc\\\\models\\\\mdxnet\\\\UVR-MDX-NET-Voc_FT.onnx'"

I know it need this model but I did a google search and could not find this. (UVR-MDX-NET-Voc_FT.onnx) Checked different hugginface repositories too https://huggingface.co/seanghay/uvr_models/tree/main

Please could you let me know how many trained models it need and where to download the same. I need to compile the guide.

[EDIT] I also referred src\init.py

MDX_DOWNLOAD_LINK = ( "https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/" ) RVC_DOWNLOAD_LINK = "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/"

Both links are not working

image image image
nitinmukesh commented 2 months ago

So found the 3 UVR models here mdx_model_names = [ "UVR-MDX-NET-Voc_FT.onnx", "UVR_MDXNET_KARA_2.onnx", "Reverb_HQ_By_FoxJoy.onnx", ]

https://github.com/TRvlvr/model_repo/releases/tag/all_public_uvr_models

====================================================== And 2 RVC models here

hubert_base.pt rmvpe.pt

https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main

nitinmukesh commented 2 months ago

SOLUTION src\init.py

Replace with

MDX_DOWNLOAD_LINK = (
    "https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/"
)
RVC_DOWNLOAD_LINK = "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/"
Installing base models...
Downloading UVR-MDX-NET-Voc_FT.onnx...
Downloading UVR_MDXNET_KARA_2.onnx...
Downloading Reverb_HQ_By_FoxJoy.onnx...
Downloading hubert_base.pt...
Downloading rmvpe.pt...
All models downloaded!

Ultimate RVC has been installed successfully!
JackismyShephard commented 2 months ago

hi @nitinmukesh

I am sorry you had problems with retrieving MDXnet and RVC models.

I am still not entirely sure what the problem was though, or how you solved it. At which point did you have problems when using the app? I would love to know specifically, so that I can fix this.

Also, I am going to merge a new PR soon (maybe tonight) that will be replacing all the code related to vocal extraction, so the init.py script will no longer actually be downloading any MDXNet models

JackismyShephard commented 2 months ago

On second thought, I am not sure the problem is due to the links not working. It is possible that the MDXNet model is not saved to the right directory or I have some leftover code referencing a wrong location for the MDXNet model. Again, this should not be a problem soon, as I am overhauling the code using that model.

Were there only problems with the MDXNet model? was this: gradio.exceptions.Error: "[Errno 2] No such file or directory: 'C:\\\\usable\\\\ultimate-rvc\\\\models\\\\mdxnet\\\\UVR-MDX-NET-Voc_FT.onnx'" the only error you got?

nitinmukesh commented 2 months ago

@JackismyShephard

I got multiple errors

  1. Related to MDX and RVC models as the link is not valid

These are the links in init.py which are not functional. You can try opening these in browser.

MDX_DOWNLOAD_LINK = (
    "https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/"
)
RVC_DOWNLOAD_LINK = "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/"

Solution is already posted. https://github.com/JackismyShephard/ultimate-rvc/issues/63#issuecomment-2243139672

  1. there were some errors during installation but the tool was functional. I have not tested all the features so not sure what will not function.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
spacy 3.7.2 requires pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4, which is not installed.
spacy 3.7.2 requires tqdm<5.0.0,>=4.38.0, which is not installed.
spacy 3.7.2 requires typer<0.10.0,>=0.3.0, which is not installed.
thinc 8.2.2 requires pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4, which is not installed.
tts 0.22.0 requires einops>=0.6.0, which is not installed.
tts 0.22.0 requires librosa>=0.10.0, which is not installed.
tts 0.22.0 requires scipy>=1.11.2, which is not installed.
tts 0.22.0 requires torch>=2.1, which is not installed.
tts 0.22.0 requires torchaudio, which is not installed.
tts 0.22.0 requires tqdm>=4.64.1, which is not installed.
tts 0.22.0 requires transformers>=4.33.0, which is not installed.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
encodec 0.1.1 requires einops, which is not installed.
trainer 0.0.36 requires tensorboard, which is not installed.
tts 0.22.0 requires einops>=0.6.0, which is not installed.
tts 0.22.0 requires transformers>=4.33.0, which is not installed.
spacy 3.7.2 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible.
torchvision 0.16.2+cu118 requires torch==2.1.2+cu118, but you have torch 2.1.1+cu118 which is incompatible.
tts 0.22.0 requires librosa>=0.10.0, but you have librosa 0.9.2 which is incompatible.
tts 0.22.0 requires numpy>=1.24.3; python_version > "3.10", but you have numpy 1.23.5 which is incompatible.
tts 0.22.0 requires scipy>=1.11.2, but you have scipy 1.11.1 which is incompatible.
weasel 0.3.4 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible.

Thanks for letting me know that you are posting new updates. I actually recorded the video for my channel, will hold onto it and wait for the updates.

JackismyShephard commented 2 months ago

@nitinmukesh I think the links that you reference can not be opened manually in a browser. They are meant to be used programmatically. They have worked for me so far when running the init.py.

I am more concerned about the pip errors shown above. Those dependency conflicts should not be present and i imagine it will cause many problems when running the app, if you even can do that. Perhaps they are also the cause of your current problems.

If possible I would like to know a bit more about your operating system. Is it windows 11? Also, do you have other installations of python or miniconda installed?

I am going to merge my latest changes soon. Afterwards I will wipe my system and try and run the install script myself. It may be I have introduced a bug in one of my latest updates. If that is the case, I apologize in advance.

nitinmukesh commented 2 months ago

I am on Windows 11. I have Python 3.10.6 and miniconda installed. I will test with latest changes.

The link also does not work programmatically. It seems both links were updated.

No need to apologize for anything, you are doing really gr8. I loved the tool and changes you are making. Thanks for your efforts.

JackismyShephard commented 2 months ago

@nitinmukesh Thank you for the kind words

I have just merged a PR with updates. I have tested this latest version on a clean setup on my windows 11 and it is working without any errors, neither related to pip nor model links. If you still are experiencing problems, it may be related to your prior installations of python and miniconda.

Out of curiosity, where is your miniconda installation located? This app install miniconda your user directory on windows. Also, do you have both python and miniconda installed or do you mean that you have python installed through the prior installation of miniconda?

nitinmukesh commented 2 months ago

Hello @JackismyShephard

I installed new version today. tries using both Command prompt and Powershell. Both have these errors. I tried converting an audio it just worked fine.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
spacy 3.7.2 requires pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4, which is not installed.
spacy 3.7.2 requires tqdm<5.0.0,>=4.38.0, which is not installed.
spacy 3.7.2 requires typer<0.10.0,>=0.3.0, which is not installed.
thinc 8.2.2 requires pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4, which is not installed.
tts 0.22.0 requires einops>=0.6.0, which is not installed.
tts 0.22.0 requires librosa>=0.10.0, which is not installed.
tts 0.22.0 requires scipy>=1.11.2, which is not installed.
tts 0.22.0 requires torch>=2.1, which is not installed.
tts 0.22.0 requires torchaudio, which is not installed.
tts 0.22.0 requires tqdm>=4.64.1, which is not installed.
tts 0.22.0 requires transformers>=4.33.0, which is not installed.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
encodec 0.1.1 requires einops, which is not installed.
trainer 0.0.36 requires tensorboard, which is not installed.
tts 0.22.0 requires einops>=0.6.0, which is not installed.
tts 0.22.0 requires transformers>=4.33.0, which is not installed.
spacy 3.7.2 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible.
torchvision 0.16.2+cu118 requires torch==2.1.2+cu118, but you have torch 2.1.1+cu118 which is incompatible.
tts 0.22.0 requires librosa>=0.10.0, but you have librosa 0.9.2 which is incompatible.
tts 0.22.0 requires numpy>=1.24.3; python_version > "3.10", but you have numpy 1.23.5 which is incompatible.
tts 0.22.0 requires scipy>=1.11.2, but you have scipy 1.11.1 which is incompatible.
weasel 0.3.4 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible.

regarding python and miniconda, yes these are already installed. Python in default location and miniconda in user profile.

The new version works pretty good. Thnak for your efforts

JackismyShephard commented 2 months ago

@nitinmukesh Are you still having any runtime issues like before or only those issues during installation?

I am thinking the reason for the pip errors is due to your already existing version of miniconda. The launcher script for windows install miniconda to your user profile directory if it does not already exist, but if it exists then it uses the currently installed miniconda version.

If you want to test this, you can try changing set "CONDA_ROOT=%UserProfile%\Miniconda3" to set "CONDA_ROOT=%UserProfile%\Miniconda3New" or something else in the urvc.bat script. If that does not solve the issue then maybe your global installation of pip is shadowing the local installation of pip in the created conda environment.

It would help me if you could provide the full logs.

nitinmukesh commented 2 months ago

Actually even though the errors are there but everything I checked is working fine. No issues seen so far other than the one mentioned in separate thread.

I will post complete log in some time

nitinmukesh commented 2 months ago

Here is the complete log

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

C:\usable>git clone https://github.com/JackismyShephard/ultimate-rvc Cloning into 'ultimate-rvc'... remote: Enumerating objects: 991, done. remote: Counting objects: 100% (527/527), done. remote: Compressing objects: 100% (180/180), done. remote: Total 991 (delta 424), reused 404 (delta 346), pack-reused 464 Receiving objects: 100% (991/991), 2.73 MiB | 11.08 MiB/s, done. Resolving deltas: 100% (626/626), done.

C:\usable>cd ultimate-rvc

C:\usable\ultimate-rvc>urvc.bat install Installing Ultimate RVC

Downloading dependencies.zip file... Extracting dependencies folder... Dependencies folder extracted successfully. Channels:

Package Plan

environment location: C:\usable\ultimate-rvc\dependencies.venv

added / updated specs:

The following NEW packages will be INSTALLED:

bzip2 pkgs/main/win-64::bzip2-1.0.8-h2bbff1b_6 ca-certificates pkgs/main/win-64::ca-certificates-2024.7.2-haa95532_0 libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_1 openssl pkgs/main/win-64::openssl-3.0.14-h827c3e9_0 pip pkgs/main/win-64::pip-24.0-py311haa95532_0 python pkgs/main/win-64::python-3.11.9-he1021f5_0 setuptools pkgs/main/win-64::setuptools-69.5.1-py311haa95532_0 sqlite pkgs/main/win-64::sqlite-3.45.3-h2bbff1b_0 tk pkgs/main/win-64::tk-8.6.14-h0416ee5_0 tzdata pkgs/main/noarch::tzdata-2024a-h04d1e81_0 vc pkgs/main/win-64::vc-14.2-h2eaa2aa_4 vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.29.30133-h43f2093_4 wheel pkgs/main/win-64::wheel-0.43.0-py311haa95532_0 xz pkgs/main/win-64::xz-5.4.6-h8cc25b3_1 zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_1

Downloading and Extracting Packages:

Preparing transaction: done Verifying transaction: done Executing transaction: done #

To activate this environment, use

#

$ conda activate C:\usable\ultimate-rvc\dependencies.venv

#

To deactivate an active environment, use

#

$ conda deactivate

Installing Python packages.. Channels:

Package Plan

environment location: C:\usable\ultimate-rvc\dependencies.venv

added / updated specs:

The following NEW packages will be INSTALLED:

faiss conda-forge/win-64::faiss-1.7.4-py311h8355858_0_cpu faiss-cpu conda-forge/win-64::faiss-cpu-1.7.4-hf9c7e24_0 intel-openmp conda-forge/win-64::intel-openmp-2024.2.0-h57928b3_980 libblas conda-forge/win-64::libblas-3.9.0-23_win64_mkl libcblas conda-forge/win-64::libcblas-3.9.0-23_win64_mkl libfaiss conda-forge/win-64::libfaiss-1.7.4-hba6d9cf_0_cpu libfaiss-avx2 conda-forge/win-64::libfaiss-avx2-1.7.4-h1234567_0_cpu libhwloc conda-forge/win-64::libhwloc-2.11.1-default_h8125262_1000 libiconv conda-forge/win-64::libiconv-1.17-hcfcfb64_2 liblapack conda-forge/win-64::liblapack-3.9.0-23_win64_mkl libxml2 pkgs/main/win-64::libxml2-2.13.1-h24da03e_0 mkl conda-forge/win-64::mkl-2024.1.0-h66d3029_694 numpy conda-forge/win-64::numpy-1.26.4-py311h0b4df5a_0 pthreads-win32 conda-forge/win-64::pthreads-win32-2.9.1-hfa6e2cd_3 python_abi conda-forge/win-64::python_abi-3.11-2_cp311 tbb conda-forge/win-64::tbb-2021.12.0-hc790b64_3 ucrt conda-forge/win-64::ucrt-10.0.22621.0-h57928b3_0 vc14_runtime conda-forge/win-64::vc14_runtime-14.40.33810-ha82c5b3_20

The following packages will be UPDATED:

ca-certificates pkgs/main::ca-certificates-2024.7.2-h~ --> conda-forge::ca-certificates-2024.7.4-h56e8100_0 openssl pkgs/main::openssl-3.0.14-h827c3e9_0 --> conda-forge::openssl-3.3.1-h2466b09_2 vs2015_runtime pkgs/main::vs2015_runtime-14.29.30133~ --> conda-forge::vs2015_runtime-14.40.33810-h3bf8584_20

Downloading and Extracting Packages:

Preparing transaction: done Verifying transaction: done Executing transaction: done ERROR: pip cache commands can not function since cache is disabled. Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: setuptools in c:\usable\ultimate-rvc\dependencies.venv\lib\site-packages (69.5.1) Collecting setuptools Downloading setuptools-71.1.0-py3-none-any.whl.metadata (6.6 kB) Downloading setuptools-71.1.0-py3-none-any.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 18.7 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 69.5.1 Uninstalling setuptools-69.5.1: Successfully uninstalled setuptools-69.5.1 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. spacy 3.7.2 requires pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4, which is not installed. spacy 3.7.2 requires tqdm<5.0.0,>=4.38.0, which is not installed. spacy 3.7.2 requires typer<0.10.0,>=0.3.0, which is not installed. thinc 8.2.2 requires pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4, which is not installed. tts 0.22.0 requires einops>=0.6.0, which is not installed. tts 0.22.0 requires librosa>=0.10.0, which is not installed. tts 0.22.0 requires scipy>=1.11.2, which is not installed. tts 0.22.0 requires torch>=2.1, which is not installed. tts 0.22.0 requires torchaudio, which is not installed. tts 0.22.0 requires tqdm>=4.64.1, which is not installed. tts 0.22.0 requires transformers>=4.33.0, which is not installed. Successfully installed setuptools-71.1.0 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Looking in links: https://download.pytorch.org/whl/torch_stable.html Ignoring None: markers 'sys_platform == "linux"' don't match your environment Processing c:\usable\ultimate-rvc\dependencies\fairseq-0.12.3.1-cp311-cp311-win_amd64.whl (from -r C:\usable\ultimate-rvc\requirements.txt (line 28)) Processing c:\usable\ultimate-rvc\dependencies\diffq-0.2.4-cp311-cp311-win_amd64.whl (from -r C:\usable\ultimate-rvc\requirements.txt (line 29)) Collecting ffmpeg-python>=0.2.0 (from -r C:\usable\ultimate-rvc\requirements.txt (line 2)) Downloading ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB) Collecting numpy==1.23.5 (from -r C:\usable\ultimate-rvc\requirements.txt (line 3)) Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl.metadata (2.3 kB) Requirement already satisfied: requests==2.31.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from -r C:\usable\ultimate-rvc\requirements.txt (line 4)) (2.31.0) Collecting tqdm==4.65.0 (from -r C:\usable\ultimate-rvc\requirements.txt (line 5)) Downloading tqdm-4.65.0-py3-none-any.whl.metadata (56 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 753.8 kB/s eta 0:00:00 Collecting librosa>=0.10 (from -r C:\usable\ultimate-rvc\requirements.txt (line 11)) Downloading librosa-0.10.2.post1-py3-none-any.whl.metadata (8.6 kB) Collecting pyworld==0.3.4 (from -r C:\usable\ultimate-rvc\requirements.txt (line 12)) Downloading pyworld-0.3.4-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Collecting scipy~=1.13.0 (from -r C:\usable\ultimate-rvc\requirements.txt (line 13)) Downloading scipy-1.13.1-cp311-cp311-win_amd64.whl.metadata (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 3.4 MB/s eta 0:00:00 Requirement already satisfied: soundfile==0.12.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from -r C:\usable\ultimate-rvc\requirements.txt (line 14)) (0.12.1) Collecting praat-parselmouth>=0.4.2 (from -r C:\usable\ultimate-rvc\requirements.txt (line 15)) Downloading praat_parselmouth-0.4.3-cp311-cp311-win_amd64.whl.metadata (2.8 kB) Collecting pedalboard==0.7.7 (from -r C:\usable\ultimate-rvc\requirements.txt (line 16)) Downloading pedalboard-0.7.7-cp311-cp311-win_amd64.whl.metadata (15 kB) Collecting pydub==0.25.1 (from -r C:\usable\ultimate-rvc\requirements.txt (line 17)) Downloading pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting pydub-stubs (from -r C:\usable\ultimate-rvc\requirements.txt (line 18)) Downloading pydub_stubs-0.25.1.1-py3-none-any.whl.metadata (4.2 kB) Collecting sox==1.4.1 (from -r C:\usable\ultimate-rvc\requirements.txt (line 19)) Downloading sox-1.4.1-py2.py3-none-any.whl.metadata (5.3 kB) Collecting audio-separator==0.17.5 (from audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading audio_separator-0.17.5-py3-none-any.whl.metadata (23 kB) Collecting torch==2.1.1+cu121 (from -r C:\usable\ultimate-rvc\requirements.txt (line 31)) Downloading https://download.pytorch.org/whl/cu121/torch-2.1.1%2Bcu121-cp311-cp311-win_amd64.whl (2473.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 GB 12.8 MB/s eta 0:00:00 Collecting torchcrepe==0.0.23 (from -r C:\usable\ultimate-rvc\requirements.txt (line 32)) Downloading torchcrepe-0.0.23-py3-none-any.whl.metadata (7.8 kB) Collecting gradio==4.37.1 (from -r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading gradio-4.37.1-py3-none-any.whl.metadata (15 kB) Collecting lib==4.0.0 (from -r C:\usable\ultimate-rvc\requirements.txt (line 47)) Downloading lib-4.0.0-py3-none-any.whl.metadata (419 bytes) Collecting yt_dlp==2023.7.6 (from -r C:\usable\ultimate-rvc\requirements.txt (line 48)) Downloading yt_dlp-2023.7.6-py2.py3-none-any.whl.metadata (157 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.0/158.0 kB 9.2 MB/s eta 0:00:00 Collecting tensorboardX (from -r C:\usable\ultimate-rvc\requirements.txt (line 49)) Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from requests==2.31.0->-r C:\usable\ultimate-rvc\requirements.txt (line 4)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from requests==2.31.0->-r C:\usable\ultimate-rvc\requirements.txt (line 4)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from requests==2.31.0->-r C:\usable\ultimate-rvc\requirements.txt (line 4)) (2.1.0) Requirement already satisfied: certifi>=2017.4.17 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from requests==2.31.0->-r C:\usable\ultimate-rvc\requirements.txt (line 4)) (2023.11.17) Requirement already satisfied: colorama in c:\users\nitin\appdata\roaming\python\python311\site-packages (from tqdm==4.65.0->-r C:\usable\ultimate-rvc\requirements.txt (line 5)) (0.4.6) Requirement already satisfied: cython>=0.24 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from pyworld==0.3.4->-r C:\usable\ultimate-rvc\requirements.txt (line 12)) (3.0.7) Requirement already satisfied: cffi>=1.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from soundfile==0.12.1->-r C:\usable\ultimate-rvc\requirements.txt (line 14)) (1.16.0) Collecting beartype<0.19.0,>=0.18.5 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading beartype-0.18.5-py3-none-any.whl.metadata (30 kB) Collecting einops>=0.7 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading einops-0.8.0-py3-none-any.whl.metadata (12 kB) Collecting julius>=0.2 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading julius-0.2.7.tar.gz (59 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/59.6 kB ? eta 0:00:00 Preparing metadata (setup.py) ... done Collecting ml_collections (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading ml_collections-0.1.1.tar.gz (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB ? eta 0:00:00 Preparing metadata (setup.py) ... done Collecting onnx>=1.14 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading onnx-1.16.1-cp311-cp311-win_amd64.whl.metadata (16 kB) Collecting onnx2torch>=1.5 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading onnx2torch-1.5.14-py3-none-any.whl.metadata (23 kB) Requirement already satisfied: pyyaml in c:\users\nitin\appdata\roaming\python\python311\site-packages (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) (6.0.1) Collecting resampy>=0.4 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading resampy-0.4.3-py3-none-any.whl.metadata (3.0 kB) Collecting rotary-embedding-torch<0.7.0,>=0.6.1 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading rotary_embedding_torch-0.6.4-py3-none-any.whl.metadata (678 bytes) Collecting samplerate==0.1.0 (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading samplerate-0.1.0-py2.py3-none-any.whl.metadata (3.2 kB) Requirement already satisfied: six>=1.16 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) (1.16.0) Requirement already satisfied: filelock in c:\users\nitin\appdata\roaming\python\python311\site-packages (from torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (3.13.1) Requirement already satisfied: typing-extensions in c:\users\nitin\appdata\roaming\python\python311\site-packages (from torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (4.9.0) Requirement already satisfied: sympy in c:\users\nitin\appdata\roaming\python\python311\site-packages (from torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (1.12) Requirement already satisfied: networkx in c:\users\nitin\appdata\roaming\python\python311\site-packages (from torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (2.8.8) Requirement already satisfied: jinja2 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (3.1.2) Requirement already satisfied: fsspec in c:\users\nitin\appdata\roaming\python\python311\site-packages (from torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (2023.12.2) Collecting torchaudio (from torchcrepe==0.0.23->-r C:\usable\ultimate-rvc\requirements.txt (line 32)) Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.3.1%2Bcu121-cp311-cp311-win_amd64.whl (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 18.5 MB/s eta 0:00:00 Collecting aiofiles<24.0,>=22.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB) Collecting altair<6.0,>=4.2.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading altair-5.3.0-py3-none-any.whl.metadata (9.2 kB) Collecting fastapi (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading fastapi-0.111.1-py3-none-any.whl.metadata (26 kB) Collecting ffmpy (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading ffmpy-0.3.2.tar.gz (5.5 kB) Preparing metadata (setup.py) ... done Collecting gradio-client==1.0.2 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading gradio_client-1.0.2-py3-none-any.whl.metadata (7.1 kB) Collecting httpx>=0.24.1 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB) Collecting huggingface-hub>=0.19.3 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading huggingface_hub-0.24.1-py3-none-any.whl.metadata (13 kB) Collecting importlib-resources<7.0,>=1.3 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading importlib_resources-6.4.0-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: markupsafe~=2.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (2.1.3) Requirement already satisfied: matplotlib~=3.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (3.8.2) Collecting orjson~=3.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading orjson-3.10.6-cp311-none-win_amd64.whl.metadata (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.6/51.6 kB ? eta 0:00:00 Requirement already satisfied: packaging in c:\users\nitin\appdata\roaming\python\python311\site-packages (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (23.2) Requirement already satisfied: pandas<3.0,>=1.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (1.5.3) Requirement already satisfied: pillow<11.0,>=8.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (10.1.0) Collecting pydantic>=2.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading pydantic-2.8.2-py3-none-any.whl.metadata (125 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB ? eta 0:00:00 Collecting python-multipart>=0.0.9 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading python_multipart-0.0.9-py3-none-any.whl.metadata (2.5 kB) Collecting ruff>=0.2.2 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading ruff-0.5.4-py3-none-win_amd64.whl.metadata (25 kB) Collecting semantic-version~=2.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB) Collecting tomlkit==0.12.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading tomlkit-0.12.0-py3-none-any.whl.metadata (2.7 kB) Collecting typer<1.0,>=0.12 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading typer-0.12.3-py3-none-any.whl.metadata (15 kB) Collecting uvicorn>=0.14.0 (from gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading uvicorn-0.30.3-py3-none-any.whl.metadata (6.5 kB) Collecting mutagen (from yt_dlp==2023.7.6->-r C:\usable\ultimate-rvc\requirements.txt (line 48)) Downloading mutagen-1.47.0-py3-none-any.whl.metadata (1.7 kB) Collecting pycryptodomex (from yt_dlp==2023.7.6->-r C:\usable\ultimate-rvc\requirements.txt (line 48)) Downloading pycryptodomex-3.20.0-cp35-abi3-win_amd64.whl.metadata (3.4 kB) Collecting websockets (from yt_dlp==2023.7.6->-r C:\usable\ultimate-rvc\requirements.txt (line 48)) Downloading websockets-12.0-cp311-cp311-win_amd64.whl.metadata (6.8 kB) Collecting brotli (from yt_dlp==2023.7.6->-r C:\usable\ultimate-rvc\requirements.txt (line 48)) Downloading Brotli-1.1.0-cp311-cp311-win_amd64.whl.metadata (5.6 kB) Collecting onnxruntime-gpu>=1.17 (from audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading onnxruntime_gpu-1.18.1-cp311-cp311-win_amd64.whl.metadata (4.5 kB) Collecting websockets (from yt_dlp==2023.7.6->-r C:\usable\ultimate-rvc\requirements.txt (line 48)) Downloading websockets-11.0.3-cp311-cp311-win_amd64.whl.metadata (6.8 kB) Collecting future (from ffmpeg-python>=0.2.0->-r C:\usable\ultimate-rvc\requirements.txt (line 2)) Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) Requirement already satisfied: audioread>=2.1.9 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (3.0.1) Requirement already satisfied: scikit-learn>=0.20.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (1.3.2) Requirement already satisfied: joblib>=0.14 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (1.3.2) Collecting decorator>=4.3.0 (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) Requirement already satisfied: numba>=0.51.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (0.58.1) Requirement already satisfied: pooch>=1.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (1.8.0) Requirement already satisfied: soxr>=0.3.2 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (0.3.7) Collecting lazy-loader>=0.1 (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) Downloading lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB) Requirement already satisfied: msgpack>=1.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (1.0.7) Collecting hydra-core==1.3.2 (from fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading hydra_core-1.3.2-py3-none-any.whl.metadata (5.5 kB) Collecting omegaconf==2.3.0 (from fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB) Requirement already satisfied: regex in c:\users\nitin\appdata\roaming\python\python311\site-packages (from fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) (2023.10.3) Collecting sacrebleu>=1.4.12 (from fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading sacrebleu-2.4.2-py3-none-any.whl.metadata (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB ? eta 0:00:00 Collecting bitarray (from fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading bitarray-2.9.2-cp311-cp311-win_amd64.whl.metadata (35 kB) Collecting antlr4-python3-runtime==4.9. (from hydra-core==1.3.2->fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB ? eta 0:00:00 Preparing metadata (setup.py) ... done Collecting protobuf>=3.20 (from tensorboardX->-r C:\usable\ultimate-rvc\requirements.txt (line 49)) Downloading protobuf-5.27.2-cp310-abi3-win_amd64.whl.metadata (592 bytes) Collecting jsonschema>=3.0 (from altair<6.0,>=4.2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB) Collecting toolz (from altair<6.0,>=4.2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading toolz-0.12.1-py3-none-any.whl.metadata (5.1 kB) Requirement already satisfied: pycparser in c:\users\nitin\appdata\roaming\python\python311\site-packages (from cffi>=1.0->soundfile==0.12.1->-r C:\usable\ultimate-rvc\requirements.txt (line 14)) (2.21) Collecting anyio (from httpx>=0.24.1->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB) Collecting httpcore==1. (from httpx>=0.24.1->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB) Collecting sniffio (from httpx>=0.24.1->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.24.1->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) Requirement already satisfied: contourpy>=1.0.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from matplotlib~=3.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (1.2.0) Requirement already satisfied: cycler>=0.10 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from matplotlib~=3.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from matplotlib~=3.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (4.47.0) Requirement already satisfied: kiwisolver>=1.3.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from matplotlib~=3.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (1.4.5) Requirement already satisfied: pyparsing>=2.3.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from matplotlib~=3.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (3.1.1) Requirement already satisfied: python-dateutil>=2.7 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from matplotlib~=3.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (2.8.2) Requirement already satisfied: llvmlite<0.42,>=0.41.0dev0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from numba>=0.51.0->librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (0.41.1) Collecting torchvision>=0.9.0 (from onnx2torch>=1.5->audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading https://download.pytorch.org/whl/cu121/torchvision-0.18.1%2Bcu121-cp311-cp311-win_amd64.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 16.5 MB/s eta 0:00:00 Collecting coloredlogs (from onnxruntime-gpu>=1.17->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB) Collecting flatbuffers (from onnxruntime-gpu>=1.17->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes) Requirement already satisfied: pytz>=2020.1 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from pandas<3.0,>=1.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (2023.3.post1) Requirement already satisfied: platformdirs>=2.5.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from pooch>=1.1->librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (4.1.0) Requirement already satisfied: annotated-types>=0.4.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from pydantic>=2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (0.6.0) Collecting pydantic-core==2.20.1 (from pydantic>=2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading pydantic_core-2.20.1-cp311-none-win_amd64.whl.metadata (6.7 kB) Collecting portalocker (from sacrebleu>=1.4.12->fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading portalocker-2.10.1-py3-none-any.whl.metadata (8.5 kB) Collecting tabulate>=0.8.9 (from sacrebleu>=1.4.12->fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Collecting lxml (from sacrebleu>=1.4.12->fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading lxml-5.2.2-cp311-cp311-win_amd64.whl.metadata (3.5 kB) Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from scikit-learn>=0.20.0->librosa>=0.10->-r C:\usable\ultimate-rvc\requirements.txt (line 11)) (3.2.0) INFO: pip is looking at multiple versions of torchaudio to determine which version is compatible with other requirements. This could take a while. Collecting torchaudio (from torchcrepe==0.0.23->-r C:\usable\ultimate-rvc\requirements.txt (line 32)) Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.3.1%2Bcu118-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 19.5 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchaudio-2.3.1%2Bcpu-cp311-cp311-win_amd64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 16.7 MB/s eta 0:00:00 Downloading torchaudio-2.3.1-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.3.0%2Bcu121-cp311-cp311-win_amd64.whl (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 20.0 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.3.0%2Bcu118-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 15.8 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchaudio-2.3.0%2Bcpu-cp311-cp311-win_amd64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 21.5 MB/s eta 0:00:00 Downloading torchaudio-2.3.0-cp311-cp311-win_amd64.whl.metadata (6.4 kB) INFO: pip is still looking at multiple versions of torchaudio to determine which version is compatible with other requirements. This could take a while. Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.2.2%2Bcu121-cp311-cp311-win_amd64.whl (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 16.2 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.2.2%2Bcu118-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 14.9 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchaudio-2.2.2%2Bcpu-cp311-cp311-win_amd64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 16.7 MB/s eta 0:00:00 Downloading torchaudio-2.2.2-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.2.1%2Bcu121-cp311-cp311-win_amd64.whl (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 17.3 MB/s eta 0:00:00 INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.2.1%2Bcu118-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 15.8 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchaudio-2.2.1%2Bcpu-cp311-cp311-win_amd64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 2.0 MB/s eta 0:00:00 Downloading torchaudio-2.2.1-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.2.0%2Bcu121-cp311-cp311-win_amd64.whl (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 17.3 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.2.0%2Bcu118-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 19.5 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchaudio-2.2.0%2Bcpu-cp311-cp311-win_amd64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 2.4 MB/s eta 0:00:00 Downloading torchaudio-2.2.0-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.1.2%2Bcu121-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 2.9 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchaudio-2.1.2%2Bcu118-cp311-cp311-win_amd64.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 16.7 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchaudio-2.1.2%2Bcpu-cp311-cp311-win_amd64.whl (2.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 2.0 MB/s eta 0:00:00 Downloading torchaudio-2.1.2-cp311-cp311-win_amd64.whl.metadata (6.4 kB) Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.1.1%2Bcu121-cp311-cp311-win_amd64.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 751.6 kB/s eta 0:00:00 Requirement already satisfied: click>=8.0.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from typer<1.0,>=0.12->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (8.1.7) Collecting shellingham>=1.3.0 (from typer<1.0,>=0.12->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB) Collecting rich>=10.11.0 (from typer<1.0,>=0.12->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB) Collecting starlette<0.38.0,>=0.37.2 (from fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading starlette-0.37.2-py3-none-any.whl.metadata (5.9 kB) Collecting fastapi-cli>=0.0.2 (from fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading fastapi_cli-0.0.4-py3-none-any.whl.metadata (7.0 kB) Collecting email_validator>=2.0.0 (from fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading email_validator-2.2.0-py3-none-any.whl.metadata (25 kB) Requirement already satisfied: absl-py in c:\users\nitin\appdata\roaming\python\python311\site-packages (from ml_collections->audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) (2.0.0) Collecting contextlib2 (from ml_collections->audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading contextlib2-21.6.0-py2.py3-none-any.whl.metadata (4.1 kB) Requirement already satisfied: mpmath>=0.19 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from sympy->torch==2.1.1+cu121->-r C:\usable\ultimate-rvc\requirements.txt (line 31)) (1.3.0) Collecting dnspython>=2.0.0 (from email_validator>=2.0.0->fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading dnspython-2.6.1-py3-none-any.whl.metadata (5.8 kB) Requirement already satisfied: attrs>=22.2.0 in c:\users\nitin\appdata\roaming\python\python311\site-packages (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) (23.1.0) Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB) Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair<6.0,>=4.2.0->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading rpds_py-0.19.0-cp311-none-win_amd64.whl.metadata (4.2 kB) Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer<1.0,>=0.12->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) 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>=10.11.0->typer<1.0,>=0.12->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 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>=0.9.0 (from onnx2torch>=1.5->audio-separator==0.17.5->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading https://download.pytorch.org/whl/cu118/torchvision-0.18.1%2Bcu118-cp311-cp311-win_amd64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 15.0 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchvision-0.18.1%2Bcpu-cp311-cp311-win_amd64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.6 MB/s eta 0:00:00 Downloading torchvision-0.18.1-cp311-cp311-win_amd64.whl.metadata (6.6 kB) Downloading https://download.pytorch.org/whl/cu121/torchvision-0.18.0%2Bcu121-cp311-cp311-win_amd64.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 16.5 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchvision-0.18.0%2Bcu118-cp311-cp311-win_amd64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 15.7 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchvision-0.18.0%2Bcpu-cp311-cp311-win_amd64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.4 MB/s eta 0:00:00 Downloading torchvision-0.18.0-cp311-cp311-win_amd64.whl.metadata (6.6 kB) INFO: pip is still looking at multiple versions of torchvision to determine which version is compatible with other requirements. This could take a while. Downloading https://download.pytorch.org/whl/cu121/torchvision-0.17.2%2Bcu121-cp311-cp311-win_amd64.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 17.2 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchvision-0.17.2%2Bcu118-cp311-cp311-win_amd64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 14.9 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchvision-0.17.2%2Bcpu-cp311-cp311-win_amd64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 24.4 MB/s eta 0:00:00 Downloading torchvision-0.17.2-cp311-cp311-win_amd64.whl.metadata (6.6 kB) Downloading https://download.pytorch.org/whl/cu121/torchvision-0.17.1%2Bcu121-cp311-cp311-win_amd64.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 15.7 MB/s eta 0:00:00 INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading https://download.pytorch.org/whl/cu118/torchvision-0.17.1%2Bcu118-cp311-cp311-win_amd64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 17.4 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchvision-0.17.1%2Bcpu-cp311-cp311-win_amd64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.1 MB/s eta 0:00:00 Downloading torchvision-0.17.1-cp311-cp311-win_amd64.whl.metadata (6.6 kB) Downloading https://download.pytorch.org/whl/cu121/torchvision-0.17.0%2Bcu121-cp311-cp311-win_amd64.whl (5.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 12.5 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchvision-0.17.0%2Bcu118-cp311-cp311-win_amd64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 16.5 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchvision-0.17.0%2Bcpu-cp311-cp311-win_amd64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.1 MB/s eta 0:00:00 Downloading torchvision-0.17.0-cp311-cp311-win_amd64.whl.metadata (6.6 kB) Downloading https://download.pytorch.org/whl/cu121/torchvision-0.16.2%2Bcu121-cp311-cp311-win_amd64.whl (5.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 9.7 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cu118/torchvision-0.16.2%2Bcu118-cp311-cp311-win_amd64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 17.3 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/cpu/torchvision-0.16.2%2Bcpu-cp311-cp311-win_amd64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 35.0 MB/s eta 0:00:00 Downloading torchvision-0.16.2-cp311-cp311-win_amd64.whl.metadata (6.6 kB) Downloading https://download.pytorch.org/whl/cu121/torchvision-0.16.1%2Bcu121-cp311-cp311-win_amd64.whl (5.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 13.9 MB/s eta 0:00:00 Collecting httptools>=0.5.0 (from uvicorn[standard]>=0.12.0->fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading httptools-0.6.1-cp311-cp311-win_amd64.whl.metadata (3.7 kB) Collecting python-dotenv>=0.13 (from uvicorn[standard]>=0.12.0->fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB) Collecting watchfiles>=0.13 (from uvicorn[standard]>=0.12.0->fastapi->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading watchfiles-0.22.0-cp311-none-win_amd64.whl.metadata (5.0 kB) Collecting humanfriendly>=9.1 (from coloredlogs->onnxruntime-gpu>=1.17->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB) Collecting pywin32>=226 (from portalocker->sacrebleu>=1.4.12->fairseq==0.12.3.1->-r C:\usable\ultimate-rvc\requirements.txt (line 28)) Downloading pywin32-306-cp311-cp311-win_amd64.whl.metadata (6.5 kB) Collecting pyreadline3 (from humanfriendly>=9.1->coloredlogs->onnxruntime-gpu>=1.17->audio-separator[gpu]==0.17.5->-r C:\usable\ultimate-rvc\requirements.txt (line 20)) Downloading pyreadline3-3.4.1-py3-none-any.whl.metadata (2.0 kB) Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer<1.0,>=0.12->gradio==4.37.1->-r C:\usable\ultimate-rvc\requirements.txt (line 41)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.6/14.6 MB 13.9 MB/s eta 0:00:00 Downloading tqdm-4.65.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 kB ? eta 0:00:00 Downloading pyworld-0.3.4-cp311-cp311-win_amd64.whl (226 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.0/226.0 kB ? eta 0:00:00 Downloading pedalboard-0.7.7-cp311-cp311-win_amd64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 16.2 MB/s eta 0:00:00 Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB) Downloading sox-1.4.1-py2.py3-none-any.whl (39 kB) Downloading audio_separator-0.17.5-py3-none-any.whl (172 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.8/172.8 kB ? eta 0:00:00 Downloading torchcrepe-0.0.23-py3-none-any.whl (72.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/72.3 MB 12.8 MB/s eta 0:00:00 Downloading gradio-4.37.1-py3-none-any.whl (12.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 13.1 MB/s eta 0:00:00 Downloading lib-4.0.0-py3-none-any.whl (4.0 kB) Downloading yt_dlp-2023.7.6-py2.py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 14.7 MB/s eta 0:00:00 Downloading gradio_client-1.0.2-py3-none-any.whl (318 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 318.2/318.2 kB 19.2 MB/s eta 0:00:00 Downloading samplerate-0.1.0-py2.py3-none-any.whl (4.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 14.3 MB/s eta 0:00:00 Downloading tomlkit-0.12.0-py3-none-any.whl (37 kB) Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB) Downloading librosa-0.10.2.post1-py3-none-any.whl (260 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 260.1/260.1 kB 15.6 MB/s eta 0:00:00 Downloading scipy-1.13.1-cp311-cp311-win_amd64.whl (46.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 MB 13.1 MB/s eta 0:00:00 Downloading praat_parselmouth-0.4.3-cp311-cp311-win_amd64.whl (8.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 13.3 MB/s eta 0:00:00 Downloading pydub_stubs-0.25.1.1-py3-none-any.whl (8.6 kB) Downloading hydra_core-1.3.2-py3-none-any.whl (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.5/154.5 kB ? eta 0:00:00 Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB ? eta 0:00:00 Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB ? eta 0:00:00 Downloading aiofiles-23.2.1-py3-none-any.whl (15 kB) Downloading altair-5.3.0-py3-none-any.whl (857 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 857.8/857.8 kB 18.0 MB/s eta 0:00:00 Downloading beartype-0.18.5-py3-none-any.whl (917 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 917.8/917.8 kB 19.3 MB/s eta 0:00:00 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) Downloading einops-0.8.0-py3-none-any.whl (43 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.2/43.2 kB ? eta 0:00:00 Downloading httpx-0.27.0-py3-none-any.whl (75 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB ? eta 0:00:00 Downloading httpcore-1.0.5-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB ? eta 0:00:00 Downloading huggingface_hub-0.24.1-py3-none-any.whl (417 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.2/417.2 kB ? eta 0:00:00 Downloading importlib_resources-6.4.0-py3-none-any.whl (38 kB) Downloading lazy_loader-0.4-py3-none-any.whl (12 kB) Downloading onnx-1.16.1-cp311-cp311-win_amd64.whl (14.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.4/14.4 MB 12.8 MB/s eta 0:00:00 Downloading onnx2torch-1.5.14-py3-none-any.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/80.1 kB ? eta 0:00:00 Downloading onnxruntime_gpu-1.18.1-cp311-cp311-win_amd64.whl (157.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.7/157.7 MB 13.1 MB/s eta 0:00:00 Downloading orjson-3.10.6-cp311-none-win_amd64.whl (136 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.4/136.4 kB ? eta 0:00:00 Downloading protobuf-5.27.2-cp310-abi3-win_amd64.whl (426 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 426.9/426.9 kB 26.0 MB/s eta 0:00:00 Downloading pydantic-2.8.2-py3-none-any.whl (423 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 423.9/423.9 kB 25.9 MB/s eta 0:00:00 Downloading pydantic_core-2.20.1-cp311-none-win_amd64.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 15.1 MB/s eta 0:00:00 Downloading python_multipart-0.0.9-py3-none-any.whl (22 kB) Downloading resampy-0.4.3-py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 16.4 MB/s eta 0:00:00 Downloading rotary_embedding_torch-0.6.4-py3-none-any.whl (5.4 kB) Downloading ruff-0.5.4-py3-none-win_amd64.whl (8.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 13.7 MB/s eta 0:00:00 Downloading sacrebleu-2.4.2-py3-none-any.whl (106 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB ? eta 0:00:00 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Downloading typer-0.12.3-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.2/47.2 kB ? eta 0:00:00 Downloading uvicorn-0.30.3-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB ? eta 0:00:00 Downloading websockets-11.0.3-cp311-cp311-win_amd64.whl (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.7/124.7 kB ? eta 0:00:00 Downloading bitarray-2.9.2-cp311-cp311-win_amd64.whl (126 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.0/126.0 kB ? eta 0:00:00 Downloading Brotli-1.1.0-cp311-cp311-win_amd64.whl (357 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 357.3/357.3 kB ? eta 0:00:00 Downloading fastapi-0.111.1-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.2/92.2 kB ? eta 0:00:00 Downloading future-1.0.0-py3-none-any.whl (491 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB ? eta 0:00:00 Downloading mutagen-1.47.0-py3-none-any.whl (194 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.4/194.4 kB 12.3 MB/s eta 0:00:00 Downloading pycryptodomex-3.20.0-cp35-abi3-win_amd64.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 56.5 MB/s eta 0:00:00 Downloading email_validator-2.2.0-py3-none-any.whl (33 kB) Downloading fastapi_cli-0.0.4-py3-none-any.whl (9.5 kB) Downloading h11-0.14.0-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB ? eta 0:00:00 Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB ? eta 0:00:00 Downloading rich-13.7.1-py3-none-any.whl (240 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB ? eta 0:00:00 Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB) Downloading starlette-0.37.2-py3-none-any.whl (71 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.9/71.9 kB ? eta 0:00:00 Downloading anyio-4.4.0-py3-none-any.whl (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB ? eta 0:00:00 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB ? eta 0:00:00 Downloading contextlib2-21.6.0-py2.py3-none-any.whl (13 kB) Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) Downloading lxml-5.2.2-cp311-cp311-win_amd64.whl (3.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 20.4 MB/s eta 0:00:00 Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) Downloading toolz-0.12.1-py3-none-any.whl (56 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.1/56.1 kB ? eta 0:00:00 Downloading dnspython-2.6.1-py3-none-any.whl (307 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7 kB 18.6 MB/s eta 0:00:00 Downloading httptools-0.6.1-cp311-cp311-win_amd64.whl (55 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/55.4 kB ? eta 0:00:00 Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB ? eta 0:00:00 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB ? eta 0:00:00 Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 74.7 MB/s eta 0:00:00 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB) Downloading pywin32-306-cp311-cp311-win_amd64.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 13.7 MB/s eta 0:00:00 Downloading referencing-0.35.1-py3-none-any.whl (26 kB) Downloading rpds_py-0.19.0-cp311-none-win_amd64.whl (211 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.5/211.5 kB ? eta 0:00:00 Downloading watchfiles-0.22.0-cp311-none-win_amd64.whl (281 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.0/282.0 kB 17.0 MB/s eta 0:00:00 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading pyreadline3-3.4.1-py3-none-any.whl (95 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB ? eta 0:00:00 Building wheels for collected packages: antlr4-python3-runtime, julius, ffmpy, ml_collections 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=451933ee7146df98a71a97888bc93bf694e08913baabd23c835ee98f86c27652 Stored in directory: C:\Users\nitin\AppData\Local\Temp\pip-ephem-wheel-cache-0fpydxyi\wheels\1a\97\32\461f837398029ad76911109f07047fde1d7b661a147c7c56d1 Building wheel for julius (setup.py) ... done Created wheel for julius: filename=julius-0.2.7-py3-none-any.whl size=21919 sha256=c42bc9ba10a016f3b40b5a7426d264d4cd7d13193de571f30feface59c3a4b20 Stored in directory: C:\Users\nitin\AppData\Local\Temp\pip-ephem-wheel-cache-0fpydxyi\wheels\16\15\d4\edd724cefe78050a6ba3344b8b0c6672db829a799dbb9f81ff Building wheel for ffmpy (setup.py) ... done Created wheel for ffmpy: filename=ffmpy-0.3.2-py3-none-any.whl size=5608 sha256=0718acfadd405219666f1ac2e07ca71bc6a846cc38c4ab8e9398e214a9e34991 Stored in directory: C:\Users\nitin\AppData\Local\Temp\pip-ephem-wheel-cache-0fpydxyi\wheels\55\3c\f2\f6e34046bac0d57c13c7d08123b85872423b89c8f59bafda51 Building wheel for ml_collections (setup.py) ... done Created wheel for ml_collections: filename=ml_collections-0.1.1-py3-none-any.whl size=94598 sha256=205ba5b623cc70d0a74b12eceaba12b8663e2bf70b9522be76b3d59c11c57a42 Stored in directory: C:\Users\nitin\AppData\Local\Temp\pip-ephem-wheel-cache-0fpydxyi\wheels\28\82\ef\a6971b09a96519d55ce6efef66f0cbcdef2ae9cc1e6b41daf7 Successfully built antlr4-python3-runtime julius ffmpy ml_collections Installing collected packages: pywin32, pyreadline3, pydub, lib, flatbuffers, ffmpy, brotli, bitarray, antlr4-python3-runtime, websockets, tqdm, toolz, tomlkit, tabulate, sniffio, shellingham, semantic-version, ruff, rpds-py, python-multipart, python-dotenv, pygments, pydub-stubs, pydantic-core, pycryptodomex, protobuf, portalocker, orjson, omegaconf, numpy, mutagen, mdurl, lxml, lazy-loader, importlib-resources, humanfriendly, httptools, h11, future, einops, dnspython, decorator, contextlib2, beartype, aiofiles, yt_dlp, uvicorn, torch, tensorboardX, sox, scipy, samplerate, sacrebleu, referencing, pyworld, pydantic, praat-parselmouth, pedalboard, onnx, ml_collections, markdown-it-py, hydra-core, huggingface-hub, httpcore, ffmpeg-python, email_validator, coloredlogs, anyio, watchfiles, torchvision, torchaudio, starlette, rotary-embedding-torch, rich, resampy, onnxruntime-gpu, julius, jsonschema-specifications, httpx, diffq, typer, onnx2torch, librosa, jsonschema, gradio-client, fairseq, torchcrepe, fastapi-cli, audio-separator, altair, fastapi, gradio Attempting uninstall: numpy Found existing installation: numpy 1.26.4 Uninstalling numpy-1.26.4: Successfully uninstalled numpy-1.26.4 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. trainer 0.0.36 requires tensorboard, which is not installed. tts 0.22.0 requires transformers>=4.33.0, which is not installed. spacy 3.7.2 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible. tts 0.22.0 requires numpy>=1.24.3; python_version > "3.10", but you have numpy 1.23.5 which is incompatible. weasel 0.3.4 requires typer<0.10.0,>=0.3.0, but you have typer 0.12.3 which is incompatible. Successfully installed aiofiles-23.2.1 altair-5.3.0 antlr4-python3-runtime-4.9.3 anyio-4.4.0 audio-separator-0.17.5 beartype-0.18.5 bitarray-2.9.2 brotli-1.1.0 coloredlogs-15.0.1 contextlib2-21.6.0 decorator-5.1.1 diffq-0.2.4 dnspython-2.6.1 einops-0.8.0 email_validator-2.2.0 fairseq-0.12.3.1 fastapi-0.111.1 fastapi-cli-0.0.4 ffmpeg-python-0.2.0 ffmpy-0.3.2 flatbuffers-24.3.25 future-1.0.0 gradio-4.37.1 gradio-client-1.0.2 h11-0.14.0 httpcore-1.0.5 httptools-0.6.1 httpx-0.27.0 huggingface-hub-0.24.1 humanfriendly-10.0 hydra-core-1.3.2 importlib-resources-6.4.0 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 julius-0.2.7 lazy-loader-0.4 lib-4.0.0 librosa-0.10.2.post1 lxml-5.2.2 markdown-it-py-3.0.0 mdurl-0.1.2 ml_collections-0.1.1 mutagen-1.47.0 numpy-1.23.5 omegaconf-2.3.0 onnx-1.16.1 onnx2torch-1.5.14 onnxruntime-gpu-1.18.1 orjson-3.10.6 pedalboard-0.7.7 portalocker-2.10.1 praat-parselmouth-0.4.3 protobuf-5.27.2 pycryptodomex-3.20.0 pydantic-2.8.2 pydantic-core-2.20.1 pydub-0.25.1 pydub-stubs-0.25.1.1 pygments-2.18.0 pyreadline3-3.4.1 python-dotenv-1.0.1 python-multipart-0.0.9 pywin32-306 pyworld-0.3.4 referencing-0.35.1 resampy-0.4.3 rich-13.7.1 rotary-embedding-torch-0.6.4 rpds-py-0.19.0 ruff-0.5.4 sacrebleu-2.4.2 samplerate-0.1.0 scipy-1.13.1 semantic-version-2.10.0 shellingham-1.5.4 sniffio-1.3.1 sox-1.4.1 starlette-0.37.2 tabulate-0.9.0 tensorboardX-2.6.2.2 tomlkit-0.12.0 toolz-0.12.1 torch-2.1.1+cu121 torchaudio-2.1.1+cu121 torchcrepe-0.0.23 torchvision-0.16.1+cu121 tqdm-4.65.0 typer-0.12.3 uvicorn-0.30.3 watchfiles-0.22.0 websockets-11.0.3 yt_dlp-2023.7.6

Installing base models... Downloading hubert_base.pt... Downloading rmvpe.pt... All models downloaded!

Ultimate RVC has been installed successfully!

C:\usable\ultimate-rvc>

JackismyShephard commented 2 months ago

I might try to reproduce this error myself by installing python 3.10.6 and miniconda first and then ultimate-rvc afterwards. Do you remember which version of miniconda you installed?

nitinmukesh commented 2 months ago

I might try to reproduce this error myself by installing python 3.10.6 and miniconda first and then ultimate-rvc afterwards. Do you remember which version of miniconda you installed?

Sure

C:\Users\nitin>conda --version
conda 24.5.0
JackismyShephard commented 2 months ago

@nitinmukesh I just finished my tests. I experience no errors during the installation process. I did notice in your previous logs that your pip cache is disabled. You could try enabling the cache and see if that solves the problem. If not, then you probably need to provide me more specific details of how you installed python and miniconda (installation setttings, items on your windows path, etc.)