RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

I need help with this

Open
#2,275 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
38.4k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

Traceback (most recent call last):
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\gradio\routes.py", line 321, in run_predict
output = await app.blocks.process_api(
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\gradio\blocks.py", line 1006, in process_api
result = await self.call_function(fn_index, inputs, iterator, request)
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\gradio\blocks.py", line 859, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\runtime\lib\site-packages\gradio\utils.py", line 408, in async_iteration
return next(iterator)
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\infer-web.py", line 720, in train1key
click_train(
File "D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia\infer-web.py", line 478, in click_train
& set([name.split(".")[0] for name in os.listdir(f0_dir)])
FileNotFoundError: [WinError 3] O sistema não pode encontrar o caminho especificado: 'D:\Downloads\RVC1006Nvidia (1)\RVC1006Nvidia/logs/woodster/2a_f0'

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading infer-web.py around click_train at line 478 and train1key at line 720, then inspect the traceback's missing logs/woodster/2a_f0 path. Reproduce the training failure if possible and determine the required project state or input that makes this path available; done means a confirmed cause and a documented or verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.