Open infambart opened 10 months ago
You got a bit further than me but I think I'm having a similar issue C:\Users\fmsal\Downloads\ai-voice-cloning>set PYTHONUTF8=1
C:\Users\fmsal\Downloads\ai-voice-cloning>runtime\python.exe .\src\main.py
C:\Users\fmsal\Downloads\ai-voice-cloning\runtime\lib\site-packages\torch\nn\modules\transformer.py:20: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:84.)
device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),
Traceback (most recent call last):
File "C:\Users\fmsal\Downloads\ai-voice-cloning\src\main.py", line 20, in
C:\Users\fmsal\Downloads\ai-voice-cloning>pause Press any key to continue . . .
C:\ai-voice-cloning>python.exe .\src\main.py
@infambart This would suggest you did a git clone of this repo as the packaged version would call it with runtime\python.exe. Can you double check that you downloaded the packaged version?
@To1p5 what GPU do you have? Could you try installing the latest drivers
This my current gpu NVIDIA GeForce RTX 3060 Laptop GPU I'll try that now
I just updated both the game drivers and the studio drivers the error did change still having issues though. It's saying it has something to do with numpy. 'C:\Users\fmsal\Downloads\ai-voice-cloning>set PYTHONUTF8=1
C:\Users\fmsal\Downloads\ai-voice-cloning>runtime\python.exe .\src\main.py
C:\Users\fmsal\Downloads\ai-voice-cloning\runtime\lib\site-packages\torch\nn\modules\transformer.py:20: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:84.)
device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),
Traceback (most recent call last):
File "C:\Users\fmsal\Downloads\ai-voice-cloning\src\main.py", line 20, in
C:\Users\fmsal\Downloads\ai-voice-cloning>pause Press any key to continue . . .'
also I don't know if this means anything 'device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),'
@JarodMica I didn't use a git clone the 1st time, but I did have 7zip errors that I didn't recall until I just did it again. https://huggingface.co/Jmica/ai-voice-cloning/blob/main/ai-voice-cloning-v2_0.7z produced errors using 7zip, see attached screenshot
This is definitely an issue, is your 7zip up to date? I've only seen this occur with 7zip versions that needed to be updated.
https://youtu.be/p31Ax_A5VKA?si=IzAZN9iog-ylIrAh&t=154 at this point, I get this... (windows10, RTX3060)
C:\ai-voice-cloning>set PYTHONUTF8=1
C:\ai-voice-cloning>python.exe .\src\main.py Traceback (most recent call last): File "C:\ai-voice-cloning\src\main.py", line 20, in
from utils import *
File "C:\ai-voice-cloning\src\utils.py", line 29, in
import torchaudio
ModuleNotFoundError: No module named 'torchaudio'
C:\ai-voice-cloning>pause Press any key to continue . . .