JarodMica / ai-voice-cloning

GNU General Public License v3.0
655 stars 144 forks source link

Error loading c10_cuda.dll when starting start.bat #172

Open RaidenTatsunoko opened 1 month ago

RaidenTatsunoko commented 1 month ago

I get when I tried running start.bat for first time after installing.

Error processing line 1 of X:\ai-voice-cloning-3.0\runtime\Lib\site-packages\distutils-precedence.pth:

Traceback (most recent call last): File "", line 195, in addpackage File "", line 1, in SyntaxError: source code string cannot contain null bytes

Remainder of file ignored Traceback (most recent call last): File "X:\ai-voice-cloning-3.0\src\main.py", line 23, in from utils import * File "X:\ai-voice-cloning-3.0\src\utils.py", line 29, in import torch File "C:\Users\Raiden\AppData\Roaming\Python\Python311\site-packages\torch__init__.py", line 137, in raise err OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\Raiden\AppData\Roaming\Python\Python311\site-packages\torch\lib\c10_cuda.dll" or one of its dependencies. Press any key to continue . . .

I tried reinstalling torch but and updating but nothing happen