RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
OSError: [WinError 1114] A dynamic link library (DLL) initialization routine failed. Error loading "C:\Users\Toby\Desktop\RVC\RVC1006Nvidia\runtime\lib\site-packages\torch\lib\cublas64_11.dll" or one of its dependencies.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
Whenever I run go-realtime-gui I get this error:
C:\Users\Toby\Desktop\RVC\RVC1006Nvidia>runtime\python.exe guiv1.py
Traceback (most recent call last):
File "C:\Users\Toby\Desktop\RVC\RVC1006Nvidia\gui_v1.py", line 59, in
import torch
File "C:\Users\Toby\Desktop\RVC\RVC1006Nvidia\runtime\lib\site-packages\torch_init.py", line 122, in
raise err
OSError: [WinError 1114] A dynamic link library (DLL) initialization routine failed. Error loading "C:\Users\Toby\Desktop\RVC\RVC1006Nvidia\runtime\lib\site-packages\torch\lib\cublas64_11.dll" or one of its dependencies.
I have CUDA 11.8 installed with Pytorch 2.3.0. I've added environmental variables for CUDA bin and libnvvp. I've also tried reinstalling my drivers, Python and Cuda.
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 by reproducing the reported go-realtime-gui command and inspect the import in gui_v1.py together with the bundled runtime\lib\site-packages\torch\__init__.py. Confirm whether the failure is specific to the packaged Windows runtime, then document a reproducible fix or determine that the issue is an environment-specific PyTorch DLL problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100