What is wrong here?

#21
by Australots - opened

C:\Users\MC\Downloads\RVC-beta0717>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897
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\MC\Downloads\RVC-beta0717\infer-web.py", line 11, in
import torch
File "C:\Users\MC\Downloads\RVC-beta0717\runtime\lib\site-packages\torch_init_.py", line 133, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\MC\Downloads\RVC-beta0717\runtime\lib\site-packages\torch\lib\c10.dll" or one of its dependencies.

C:\Users\MC\Downloads\RVC-beta0717>pause

Did you find a solution?

Install the C++ Redistributable, It says it right there ffs

Sign up or log in to comment