Open reefor opened 1 month ago
This was the whole error message
D:\pinokio\api\rvc.pinokio.git\app\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for mo dule 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") D:\pinokio\api\rvc.pinokio.git\app\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for modu le 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") 2024-10-05 13:42:22 | INFO | main | Use Language: en_US Running on local URL: (removed) 2024-10-05 13:44:04 | INFO | infer.modules.vc.modules | Get sid: model.pth 2024-10-05 13:44:04 | INFO | infer.modules.vc.modules | Loading: assets/weights/model.pth 2024-10-05 13:44:06 | INFO | infer.modules.vc.modules | Select index: logs\model.index 2024-10-05 13:47:40 | INFO | infer.modules.vc.modules | Get sid: model.pth 2024-10-05 13:47:40 | INFO | infer.modules.vc.modules | Loading: assets/weights/model.pth 2024-10-05 13:47:42 | INFO | infer.modules.vc.modules | Select index: logs\model.index 2024-10-05 13:49:07 | INFO | fairseq.tasks.hubert_pretraining | current directory is D:\pinokio\api\rvc.p inokio.git\app 2024-10-05 13:49:07 | INFO | fairseq.tasks.hubert_pretraining | HubertPretrainingTask Config {'_name': 'h ubert_pretraining', 'data': 'metadata', 'fine_tuning': False, 'labels': ['km'], 'label_dir': 'label', 'la bel_rate': 50.0, 'sample_rate': 16000, 'normalize': False, 'enable_padding': False, 'max_keep_size': None , 'max_sample_size': 250000, 'min_sample_size': 32000, 'single_target': False, 'randomcrop': True, 'pad audio': False} 2024-10-05 13:49:07 | INFO | fairseq.models.hubert.hubert | HubertModel Config: {'_name': 'hubert', 'labe l_rate': 50.0, 'extractor_mode': default, 'encoder_layers': 12, 'encoder_embed_dim': 768, 'encoder_ffn_em bed_dim': 3072, 'encoder_attention_heads': 12, 'activation_fn': gelu, 'layer_type': transformer, 'dropout ': 0.1, 'attention_dropout': 0.1, 'activation_dropout': 0.0, 'encoder_layerdrop': 0.05, 'dropout_input': 0.1, 'dropout_features': 0.1, 'final_dim': 256, 'untie_final_proj': True, 'layer_norm_first': False, 'con v_feature_layers': '[(512,10,5)] + [(512,3,2)] 4 + [(512,2,2)] 2', 'conv_bias': False, 'logit_temp': 0.1, 'target_glu': False, 'feature_grad_mult': 0.1, 'mask_length': 10, 'mask_prob': 0.8, 'mask_selection' : static, 'mask_other': 0.0, 'no_mask_overlap': False, 'mask_min_space': 1, 'mask_channel_length': 10, 'm ask_channel_prob': 0.0, 'mask_channel_selection': static, 'mask_channel_other': 0.0, 'no_mask_channel_ove rlap': False, 'mask_channel_min_space': 1, 'conv_pos': 128, 'conv_pos_groups': 16, 'latent_temp': [2.0, 0 .5, 0.999995], 'skip_masked': False, 'skip_nomask': False, 'checkpoint_activations': False, 'required_seq _len_multiple': 2, 'depthwise_conv_kernel_size': 31, 'attn_type': '', 'pos_enc_type': 'abs', 'fp16': Fals e}
Update:
I figured out a part of it.
I went to where the requirements.txt file is (D:\pinokio\api\rvc.pinokio.git\app), opened a cmd prompt and ran the command to install it (pip install -r requirements.txt) -> just in case anyone finds this message by googling the error. But I ran into a new problem. This one I understand better just don't know the proper solution.
When I ran the install command I got this back:
D:\pinokio\api\rvc.pinokio.git\app>pip install -r requirements.txt
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Ignoring onnxruntime: markers 'sys_platform == "darwin"' don't match your environment
Collecting aria2 (from -r requirements.txt (line 1))
Downloading aria2-0.0.1b0-py3-none-win_amd64.whl.metadata (28 kB)
Collecting joblib>=1.1.0 (from -r requirements.txt (line 2))
Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting numba==0.56.4 (from -r requirements.txt (line 3))
Downloading numba-0.56.4-cp39-cp39-win_amd64.whl.metadata (2.8 kB)
Collecting numpy==1.23.5 (from -r requirements.txt (line 4))
Downloading numpy-1.23.5-cp39-cp39-win_amd64.whl.metadata (2.3 kB)
Collecting scipy (from -r requirements.txt (line 5))
Downloading scipy-1.13.1-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting librosa==0.9.1 (from -r requirements.txt (line 6))
Downloading librosa-0.9.1-py3-none-any.whl.metadata (6.9 kB)
Collecting llvmlite==0.39.0 (from -r requirements.txt (line 7))
Downloading llvmlite-0.39.0-cp39-cp39-win_amd64.whl.metadata (4.8 kB)
Collecting fairseq==0.12.2 (from -r requirements.txt (line 8))
Downloading fairseq-0.12.2.tar.gz (9.6 MB)
---------------------------------------- 9.6/9.6 MB 5.0 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting faiss-cpu==1.7.3 (from -r requirements.txt (line 9))
Downloading faiss_cpu-1.7.3-cp39-cp39-win_amd64.whl.metadata (1.4 kB)
Collecting gradio==3.34.0 (from -r requirements.txt (line 10))
Downloading gradio-3.34.0-py3-none-any.whl.metadata (15 kB)
Collecting Cython (from -r requirements.txt (line 11))
Downloading Cython-3.0.11-cp39-cp39-win_amd64.whl.metadata (3.2 kB)
Collecting pydub>=0.25.1 (from -r requirements.txt (line 12))
Downloading pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting soundfile>=0.12.1 (from -r requirements.txt (line 13))
Downloading soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB)
Collecting ffmpeg-python>=0.2.0 (from -r requirements.txt (line 14))
Downloading ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB)
Collecting tensorboardX (from -r requirements.txt (line 15))
Downloading tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB)
Requirement already satisfied: Jinja2>=3.1.2 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 16)) (3.1.3)
Collecting json5 (from -r requirements.txt (line 17))
Downloading json5-0.9.25-py3-none-any.whl.metadata (30 kB)
Collecting Markdown (from -r requirements.txt (line 18))
Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
Collecting matplotlib>=3.7.0 (from -r requirements.txt (line 19))
Downloading matplotlib-3.9.2-cp39-cp39-win_amd64.whl.metadata (11 kB)
Collecting matplotlib-inline>=0.1.3 (from -r requirements.txt (line 20))
Downloading matplotlib_inline-0.1.7-py3-none-any.whl.metadata (3.9 kB)
Collecting praat-parselmouth>=0.4.2 (from -r requirements.txt (line 21))
Downloading praat_parselmouth-0.4.4-cp39-cp39-win_amd64.whl.metadata (2.9 kB)
Requirement already satisfied: Pillow>=9.1.1 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 22)) (10.2.0)
Collecting resampy>=0.4.2 (from -r requirements.txt (line 23))
Downloading resampy-0.4.3-py3-none-any.whl.metadata (3.0 kB)
Collecting scikit-learn (from -r requirements.txt (line 24))
Downloading scikit_learn-1.5.2-cp39-cp39-win_amd64.whl.metadata (13 kB)
Collecting tensorboard (from -r requirements.txt (line 25))
Downloading tensorboard-2.18.0-py3-none-any.whl.metadata (1.6 kB)
Requirement already satisfied: tqdm>=4.63.1 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 26)) (4.66.4)
Collecting tornado>=6.1 (from -r requirements.txt (line 27))
Downloading tornado-6.4.1-cp38-abi3-win_amd64.whl.metadata (2.6 kB)
Collecting Werkzeug>=2.2.3 (from -r requirements.txt (line 28))
Downloading werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB)
Collecting uc-micro-py>=1.0.1 (from -r requirements.txt (line 29))
Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB)
Requirement already satisfied: sympy>=1.11.1 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 30)) (1.12)
Collecting tabulate>=0.8.10 (from -r requirements.txt (line 31))
Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Requirement already satisfied: PyYAML>=6.0 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 32)) (6.0.2)
Collecting pyasn1>=0.4.8 (from -r requirements.txt (line 33))
Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
Collecting pyasn1-modules>=0.2.8 (from -r requirements.txt (line 34))
Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
Requirement already satisfied: fsspec>=2022.11.0 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 35)) (2024.2.0)
Collecting absl-py>=1.2.0 (from -r requirements.txt (line 36))
Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting audioread (from -r requirements.txt (line 37))
Downloading audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
Collecting uvicorn>=0.21.1 (from -r requirements.txt (line 38))
Downloading uvicorn-0.31.0-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: colorama>=0.4.5 in c:\users\paul\miniconda3\lib\site-packages (from -r requirements.txt (line 39)) (0.4.6)
Collecting pyworld==0.3.2 (from -r requirements.txt (line 40))
Downloading pyworld-0.3.2-cp39-cp39-win_amd64.whl.metadata (762 bytes)
Collecting httpx (from -r requirements.txt (line 41))
Downloading httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Collecting onnxruntime-gpu (from -r requirements.txt (line 43))
Downloading onnxruntime_gpu-1.19.2-cp39-cp39-win_amd64.whl.metadata (4.7 kB)
Collecting torchcrepe==0.0.20 (from -r requirements.txt (line 44))
Downloading torchcrepe-0.0.20-py3-none-any.whl.metadata (7.8 kB)
Collecting fastapi==0.88 (from -r requirements.txt (line 45))
Downloading fastapi-0.88.0-py3-none-any.whl.metadata (24 kB)
Collecting torchfcpe (from -r requirements.txt (line 46))
Downloading torchfcpe-0.0.4-py3-none-any.whl.metadata (2.0 kB)
Collecting ffmpy==0.3.1 (from -r requirements.txt (line 47))
Downloading ffmpy-0.3.1.tar.gz (5.5 kB)
Preparing metadata (setup.py) ... done
Collecting python-dotenv>=1.0.0 (from -r requirements.txt (line 48))
Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
Collecting av (from -r requirements.txt (line 49))
Downloading av-13.0.0-cp39-cp39-win_amd64.whl.metadata (4.6 kB)
Requirement already satisfied: setuptools in c:\users\paul\miniconda3\lib\site-packages (from numba==0.56.4->-r requirements.txt (line 3)) (72.1.0)
Collecting decorator>=4.0.10 (from librosa==0.9.1->-r requirements.txt (line 6))
Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting pooch>=1.0 (from librosa==0.9.1->-r requirements.txt (line 6))
Downloading pooch-1.8.2-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: packaging>=20.0 in c:\users\paul\miniconda3\lib\site-packages (from librosa==0.9.1->-r requirements.txt (line 6)) (24.1)
Requirement already satisfied: cffi in c:\users\paul\miniconda3\lib\site-packages (from fairseq==0.12.2->-r requirements.txt (line 8)) (1.16.0)
Collecting hydra-core<1.1,>=1.0.7 (from fairseq==0.12.2->-r requirements.txt (line 8))
Downloading hydra_core-1.0.7-py3-none-any.whl.metadata (3.7 kB)
Collecting omegaconf<2.1 (from fairseq==0.12.2->-r requirements.txt (line 8))
Downloading omegaconf-2.0.6-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.6 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/d0/eb/9d63ce09dd8aa85767c65668d5414958ea29648a0eec80a4a7d311ec2684/omegaconf-2.0.6-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: . suffix can only be used with ==
or !=
operators
PyYAML (>=5.1.)
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.5-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.5 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/e5/f6/043b6d255dd6fbf2025110cea35b87f4c5100a181681d8eab496269f0d5b/omegaconf-2.0.5-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.4-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.4 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/92/b1/4f3023143436f12c98bab53f0b3db617bd18a7d223627d5030e13a7b4fc2/omegaconf-2.0.4-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.3-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.3 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/29/08/a88210c2c1aa0a3f65f05d8a6c98939ccb84b6fb982aa6567dec4e6773f9/omegaconf-2.0.3-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.2-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.2 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/72/fe/f8d162aa059fb4f327fd75144dd69aa7e8acbb6d8d37013e4638c8490e0b/omegaconf-2.0.2-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.1-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.1 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/86/ec/605805e60abdb025b06664d107335031bb8ebdc52e0a90bdbad6a7130279/omegaconf-2.0.1-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.0-py3-none-any.whl.metadata (3.5 kB)
Collecting regex (from fairseq==0.12.2->-r requirements.txt (line 8))
Downloading regex-2024.9.11-cp39-cp39-win_amd64.whl.metadata (41 kB)
Collecting sacrebleu>=1.4.12 (from fairseq==0.12.2->-r requirements.txt (line 8))
Downloading sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB)
Requirement already satisfied: torch in c:\users\paul\miniconda3\lib\site-packages (from fairseq==0.12.2->-r requirements.txt (line 8)) (2.4.1)
Collecting bitarray (from fairseq==0.12.2->-r requirements.txt (line 8))
Downloading bitarray-2.9.2-cp39-cp39-win_amd64.whl.metadata (35 kB)
Requirement already satisfied: torchaudio>=0.8.0 in c:\users\paul\miniconda3\lib\site-packages (from fairseq==0.12.2->-r requirements.txt (line 8)) (2.4.1)
Collecting aiofiles (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading aiofiles-24.1.0-py3-none-any.whl.metadata (10 kB)
Collecting aiohttp (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading aiohttp-3.10.9-cp39-cp39-win_amd64.whl.metadata (7.8 kB)
Collecting altair>=4.2.0 (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading altair-5.4.1-py3-none-any.whl.metadata (9.4 kB)
Collecting gradio-client>=0.2.6 (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading gradio_client-1.3.0-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: huggingface-hub>=0.14.0 in c:\users\paul\miniconda3\lib\site-packages (from gradio==3.34.0->-r requirements.txt (line 10)) (0.25.1)
Collecting markdown-it-py>=2.0.0 (from markdown-it-py[linkify]>=2.0.0->gradio==3.34.0->-r requirements.txt (line 10))
Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: markupsafe in c:\users\paul\miniconda3\lib\site-packages (from gradio==3.34.0->-r requirements.txt (line 10)) (2.1.5)
Collecting mdit-py-plugins<=0.3.3 (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading mdit_py_plugins-0.3.3-py3-none-any.whl.metadata (2.8 kB)
Collecting orjson (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading orjson-3.10.7-cp39-none-win_amd64.whl.metadata (51 kB)
Collecting pandas (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading pandas-2.2.3-cp39-cp39-win_amd64.whl.metadata (19 kB)
Collecting pydantic (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
Collecting pygments>=2.12.0 (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting python-multipart (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading python_multipart-0.0.12-py3-none-any.whl.metadata (1.9 kB)
Requirement already satisfied: requests in c:\users\paul\miniconda3\lib\site-packages (from gradio==3.34.0->-r requirements.txt (line 10)) (2.32.3)
Collecting semantic-version (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Requirement already satisfied: typing-extensions in c:\users\paul\miniconda3\lib\site-packages (from gradio==3.34.0->-r requirements.txt (line 10)) (4.9.0)
Collecting websockets>=10.0 (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading websockets-13.1-cp39-cp39-win_amd64.whl.metadata (7.0 kB)
Collecting pydantic (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading pydantic-1.10.18-cp39-cp39-win_amd64.whl.metadata (153 kB)
Collecting starlette==0.22.0 (from fastapi==0.88->-r requirements.txt (line 45))
Downloading starlette-0.22.0-py3-none-any.whl.metadata (5.8 kB)
Collecting anyio<5,>=3.4.0 (from starlette==0.22.0->fastapi==0.88->-r requirements.txt (line 45))
Downloading anyio-4.6.0-py3-none-any.whl.metadata (4.6 kB)
Collecting future (from ffmpeg-python>=0.2.0->-r requirements.txt (line 14))
Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting protobuf>=3.20 (from tensorboardX->-r requirements.txt (line 15))
Downloading protobuf-5.28.2-cp39-cp39-win_amd64.whl.metadata (592 bytes)
Collecting importlib-metadata>=4.4 (from Markdown->-r requirements.txt (line 18))
Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting contourpy>=1.0.1 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading contourpy-1.3.0-cp39-cp39-win_amd64.whl.metadata (5.4 kB)
Collecting cycler>=0.10 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading fonttools-4.54.1-cp39-cp39-win_amd64.whl.metadata (167 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading kiwisolver-1.4.7-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting pyparsing>=2.3.1 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
Collecting python-dateutil>=2.7 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib>=3.7.0->-r requirements.txt (line 19))
Downloading importlib_resources-6.4.5-py3-none-any.whl.metadata (4.0 kB)
Collecting traitlets (from matplotlib-inline>=0.1.3->-r requirements.txt (line 20))
Downloading traitlets-5.14.3-py3-none-any.whl.metadata (10 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn->-r requirements.txt (line 24))
Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting grpcio>=1.48.2 (from tensorboard->-r requirements.txt (line 25))
Downloading grpcio-1.66.2-cp39-cp39-win_amd64.whl.metadata (4.0 kB)
Collecting six>1.9 (from tensorboard->-r requirements.txt (line 25))
Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard->-r requirements.txt (line 25))
Downloading tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB)
Requirement already satisfied: mpmath>=0.19 in c:\users\paul\miniconda3\lib\site-packages (from sympy>=1.11.1->-r requirements.txt (line 30)) (1.3.0)
Requirement already satisfied: click>=7.0 in c:\users\paul\appdata\roaming\python\python39\site-packages (from uvicorn>=0.21.1->-r requirements.txt (line 38)) (8.1.7)
Collecting h11>=0.8 (from uvicorn>=0.21.1->-r requirements.txt (line 38))
Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Requirement already satisfied: certifi in c:\users\paul\miniconda3\lib\site-packages (from httpx->-r requirements.txt (line 41)) (2024.8.30)
Collecting httpcore==1.* (from httpx->-r requirements.txt (line 41))
Downloading httpcore-1.0.6-py3-none-any.whl.metadata (21 kB)
Requirement already satisfied: idna in c:\users\paul\miniconda3\lib\site-packages (from httpx->-r requirements.txt (line 41)) (3.7)
Collecting sniffio (from httpx->-r requirements.txt (line 41))
Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting coloredlogs (from onnxruntime-gpu->-r requirements.txt (line 43))
Downloading coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB)
Collecting flatbuffers (from onnxruntime-gpu->-r requirements.txt (line 43))
Downloading flatbuffers-24.3.25-py2.py3-none-any.whl.metadata (850 bytes)
Collecting einops (from torchfcpe->-r requirements.txt (line 46))
Downloading einops-0.8.0-py3-none-any.whl.metadata (12 kB)
Collecting local-attention (from torchfcpe->-r requirements.txt (line 46))
Downloading local_attention-1.9.15-py3-none-any.whl.metadata (683 bytes)
Collecting jsonschema>=3.0 (from altair>=4.2.0->gradio==3.34.0->-r requirements.txt (line 10))
Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
Collecting narwhals>=1.5.2 (from altair>=4.2.0->gradio==3.34.0->-r requirements.txt (line 10))
Downloading narwhals-1.9.1-py3-none-any.whl.metadata (7.0 kB)
Collecting typing-extensions (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting exceptiongroup>=1.0.2 (from anyio<5,>=3.4.0->starlette==0.22.0->fastapi==0.88->-r requirements.txt (line 45))
Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: pycparser in c:\users\paul\miniconda3\lib\site-packages (from cffi->fairseq==0.12.2->-r requirements.txt (line 8)) (2.21)
Collecting websockets>=10.0 (from gradio==3.34.0->-r requirements.txt (line 10))
Downloading websockets-12.0-cp39-cp39-win_amd64.whl.metadata (6.8 kB)
Requirement already satisfied: filelock in c:\users\paul\miniconda3\lib\site-packages (from huggingface-hub>=0.14.0->gradio==3.34.0->-r requirements.txt (line 10)) (3.16.1)
Collecting omegaconf<2.1 (from fairseq==0.12.2->-r requirements.txt (line 8))
Downloading omegaconf-2.0.6-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.6 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/d0/eb/9d63ce09dd8aa85767c65668d5414958ea29648a0eec80a4a7d311ec2684/omegaconf-2.0.6-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
Downloading omegaconf-2.0.5-py3-none-any.whl.metadata (3.0 kB)
WARNING: Ignoring version 2.0.5 of omegaconf since it has invalid metadata:
Requested omegaconf<2.1 from https://files.pythonhosted.org/packages/e5/f6/043b6d255dd6fbf2025110cea35b87f4c5100a181681d8eab496269f0d5b/omegaconf-2.0.5-py3-none-any.whl (from fairseq==0.12.2->-r requirements.txt (line 8)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
PyYAML (>=5.1.*)
~~~~~~^
Please use pip<24.1 if you need to use this version.
INFO: pip is looking at multiple versions of hydra-core to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 8) and fairseq because these package versions have conflicting dependencies.
The conflict is caused by:
fairseq 0.12.2 depends on omegaconf<2.1
hydra-core 1.0.7 depends on omegaconf<2.1 and >=2.0.5
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
If anyone sees anything else that needs to be addressed please let me know.
But what I got from this is Fairseq couldn't be installed because it relies on omegaconf<2.1, and that conflicts with an already installed program called hydra-core 1.0.7 which depends on omegaconf<2.1 and >=2.0.5
I actually don't understand this. Fairseq relies on Omegaconf less than version 2.1 and thydracore relies on Omegaconf less than version 2.1 but highher than 2.0.5. So where's the conflict? There shouldn't be one, right?
Anyway, I'm guessing the solution would be to go into requirements.txt and change the version of Fairseq to one that doesn't conflict with the Omegaconf less than 2.1 but higher than 2.0.5 requirement of the already installed program. Am I understanding this right?
2 problems.
1.I don't know what version of Omegaconf I have and can't find the command prompt command that would tell me, which I think would help to figure out what version of Fairseq I need to change it to in requirements.txt
2. I don't know if I can change Fairseq to an earlier version in requirements.txt. I don't know if RVC would still run on an earlier version.
I did try to run RVC again just on the chance that it would run anyway and got this error:
D:\pinokio\api\rvc.pinokio.git\app\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning:
Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for mo
dule 'gradio.mix'
warnings.warn(f"Could not get documentation group for {cls}: {exc}")
D:\pinokio\api\rvc.pinokio.git\app\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning:
Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for modu
le 'gradio.mix'
warnings.warn(f"Could not get documentation group for {cls}: {exc}")
2024-10-05 17:50:08 | INFO | __main__ | Use Language: en_US
Running on local URL: http://(removed)
2024-10-05 17:52:02 | INFO | infer.modules.vc.modules | Get sid: model.pth
2024-10-05 17:52:02 | INFO | infer.modules.vc.modules | Loading: assets/weights/model.pth
2024-10-05 17:52:04 | INFO | infer.modules.vc.modules | Select index: logs\model.index
2024-10-05 17:52:44 | INFO | infer.modules.vc.modules | Get sid: model.pth
2024-10-05 17:52:44 | INFO | infer.modules.vc.modules | Loading: assets/weights/model.pth
2024-10-05 17:52:45 | INFO | infer.modules.vc.modules | Select index: logs\model.index
2024-10-05 17:55:51 | INFO | fairseq.tasks.hubert_pretraining | current directory is D:\pinokio\api\rvc.p
inokio.git\app
2024-10-05 17:55:51 | INFO | fairseq.tasks.hubert_pretraining | HubertPretrainingTask Config {'_name': 'h
ubert_pretraining', 'data': 'metadata', 'fine_tuning': False, 'labels': ['km'], 'label_dir': 'label', 'la
bel_rate': 50.0, 'sample_rate': 16000, 'normalize': False, 'enable_padding': False, 'max_keep_size': None
, 'max_sample_size': 250000, 'min_sample_size': 32000, 'single_target': False, 'random_crop': True, 'pad_
audio': False}
2024-10-05 17:55:51 | INFO | fairseq.models.hubert.hubert | HubertModel Config: {'_name': 'hubert', 'labe
l_rate': 50.0, 'extractor_mode': default, 'encoder_layers': 12, 'encoder_embed_dim': 768, 'encoder_ffn_em
bed_dim': 3072, 'encoder_attention_heads': 12, 'activation_fn': gelu, 'layer_type': transformer, 'dropout
': 0.1, 'attention_dropout': 0.1, 'activation_dropout': 0.0, 'encoder_layerdrop': 0.05, 'dropout_input':
0.1, 'dropout_features': 0.1, 'final_dim': 256, 'untie_final_proj': True, 'layer_norm_first': False, 'con
v_feature_layers': '[(512,10,5)] + [(512,3,2)] * 4 + [(512,2,2)] * 2', 'conv_bias': False, 'logit_temp':
0.1, 'target_glu': False, 'feature_grad_mult': 0.1, 'mask_length': 10, 'mask_prob': 0.8, 'mask_selection'
: static, 'mask_other': 0.0, 'no_mask_overlap': False, 'mask_min_space': 1, 'mask_channel_length': 10, 'm
ask_channel_prob': 0.0, 'mask_channel_selection': static, 'mask_channel_other': 0.0, 'no_mask_channel_ove
rlap': False, 'mask_channel_min_space': 1, 'conv_pos': 128, 'conv_pos_groups': 16, 'latent_temp': [2.0, 0
.5, 0.999995], 'skip_masked': False, 'skip_nomask': False, 'checkpoint_activations': False, 'required_seq
_len_multiple': 2, 'depthwise_conv_kernel_size': 31, 'attn_type': '', 'pos_enc_type': 'abs', 'fp16': Fals
e}
Can someone please help me with this?
Update, found the solution in another thread. I have pip 24.2, I had to downgrade to pip 24.0. So I tried it and it worked with no errors.
Warning, someone else in the same thread said that downgrading to pip 24.0 caused him other problems, so I'm upgrading again right away after installing the dependencies.
After all that, after the install was done, at the bottom, it was nice enough to tell me that a new 24.2 version of pip is available and gave me the command to install it. lmao
I'll try to let them know over at Pinokio. If other installs use the same requirements.txt file, you should also be aware that it needs some kind of upgrade so the new version of pip works with it, or at least put some info someplace where people can find it with simple instructions on how to downgrade to pip 24.0
I also had to run "pip install gradio==3.26.0" in a command prompt to fix the next error that came up
I'm trying to get this installed. I'm running on an Nvidia Windows machine through Pinokio
I keep getting this error when I try to process a short test using a pretrained model from a Discord group: D:\pinokio\api\rvc.pinokio.git\app\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for mo dule 'gradio.mix'
I checked the path and the file is there. (documentation.py)
Pinokio is supposed to be a one click install so I didn't do it before the install, but I went to your read me on github after having this issue. I learn fast but I'm still a Noob. I got everything to install (pipx, poetry, etc) and I did the pathing commands for the things that gave me pathing warnings, and of course I restarted Pinokio & RVC afterward. I also double checked & have all the premodels listed in your readme & they're all in the right places. (the ones from huggingface)
The only thing I can't seem to figure out is how to install the requirements, but that was listed under poetry so I'm not sure if that was just another way to install poetry. When I use the command "pip install -r requirements.txt" in the command console I get back "ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'"
Am I doing something wrong, or will this just not work in Pinokio?