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

运行完整包的go-realtime-gui程序出现的问题,请大家帮我看看怎么解决。

Open
#733 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

下载了完整包[updated0618v2]完整包 Complete package,在解压后运行里面的go-realtime-gui程序,出现命令窗口内容显示为:
C:\Users\aknokk\Desktop\RVC-beta-v2-0618>runtime\python.exe gui.py
Microsoft Visual C++ Redistributable is not installed, this may lead to the DLL load failure.
It can be downloaded at https://aka.ms/vs/16/release/vc_redist.x64.exe
Traceback (most recent call last):
File "C:\Users\aknokk\Desktop\RVC-beta-v2-0618\gui.py", line 19, in
from config import Config
File "C:\Users\aknokk\Desktop\RVC-beta-v2-0618\config.py", line 2, in
import torch
File "C:\Users\aknokk\Desktop\RVC-beta-v2-0618\runtime\lib\site-packages\torch_init_.py", line 133, in
raise err
OSError: [WinError 126] 找不到指定的模块。 Error loading "C:\Users\aknokk\Desktop\RVC-beta-v2-0618\runtime\lib\site-packages\torch\lib\c10.dll" or one of its dependencies.

C:\Users\aknokk\Desktop\RVC-beta-v2-0618>pause
请按任意键继续. . .

导致go-realtime-gui程序无法正常运行。
我的电脑是Win10专业版(22H2 19045.3155),显卡1060Ti,驱动都更新到最新版本,尝试了很多方式,一直得不到解决,请大家帮我看看怎么解决,谢谢。

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 reproducing the failure through the go-realtime-gui package entry point and read gui.py, config.py, and the reported torch c10.dll loading error. Check the stated Microsoft Visual C++ Redistributable warning and the bundled runtime environment; the issue is done when the GUI starts without WinError 126.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.