^ IndentationError: expected an indented block after function definition on line 7
1 - I have had that issue first
" FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\emre_\Music\iex/extract_f0_feature.log'"
2- and I have changed both RVC-beta.zip\uvr5_packs\utils.py and uvr5_packs\utils.py to this
def load_data(file_name: str = "./uvr5_pack/data.json") -> dict: def load_data(file_name: str = "./uvr5_pack/name_params.json") -> dict: with open(file_name, "r") as f: data = json.load(f)
Like said in that link ,"https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/commit/298398b71a76ee96b891536ad6e9934de7bc48d1"
3- Now I have this problem.
Traceback (most recent call last): File "C:\Users\emre_\Music\iex (irm rvc.tc.ht)1\iex (irm rvc.tc.ht)1\Retrieval-based-Voice-Conversion-WebUI\infer-web.py", line 34, in
from infer_uvr5 import audio_pre, audio_pre_new File "C:\Users\emre\Music\iex (irm rvc.tc.ht)1\iex (irm rvc.tc.ht)1\Retrieval-based-Voice-Conversion-WebUI\infer_uvr5.py", line 14, in
from uvr5_pack.utils import get_name_params, inference
File "C:\Users\emre\Music\iex (irm rvc.tc.ht)1\iex (irm rvc.tc.ht)1\Retrieval-based-Voice-Conversion-WebUI\uvr5_pack\utils.py", line 8 def load_data(file_name: str = "./uvr5_pack/name_params.json") -> dict:
^ IndentationError: expected an indented block after function definition on line 7