RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
启动 go-web.bat 时出现错误
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
在使用原代码时显示:
F:\rvc\rvc-main>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897
系统找不到指定的路径。
F:\rvc\rvc-main>pause
调整后:
F:\rvc\rvc-main>python.exe infer-web.py --pycmd python.exe --port 7897
python.exe: can't open file 'infer-web.py': [Errno 2] No such file or directory
F:\rvc\rvc-main>pause
请按任意键继续. . .
按下任意键则自动关闭,没有任何下一步操作
未开启管理员权限
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with go-web.bat and the commands shown for infer-web.py; compare the script's working directory and Python executable paths with the repository layout. Reproduce the launch from F:\rvc\rvc-main and verify that the script proceeds past the path errors and starts the web interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100