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

启动 go-web.bat 时出现错误

Open
#2,340 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

在使用原代码时显示:

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
请按任意键继续. . .
按下任意键则自动关闭,没有任何下一步操作
image
未开启管理员权限

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.