You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Win10
Installed the .bat file. Added env/scripts' path to the environment
When I type svcg in cmd, the following lines appear:
Traceback (most recent call last):
File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\Programozas\voicepaw\venv\Scripts\svcg.exe_main.py", line 4, in
File "D:\Programozas\voicepaw\venv\lib\site-packages\so_vits_svc_fork\gui.py", line 10, in
import PySimpleGUI as sg
File "D:\Programozas\voicepaw\venv\lib\site-packages\PySimpleGUI.py", line 620, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
To Reproduce
As you can see, I cannot even load the GUI
Additional context
No response
Version
That is installed by the install.bat
Platform
Windows 10
Code of Conduct
I agree to follow this project's Code of Conduct.
No Duplicate
I have checked existing issues to avoid duplicates.
The text was updated successfully, but these errors were encountered:
Describe the bug
Win10
Installed the .bat file. Added env/scripts' path to the environment
When I type svcg in cmd, the following lines appear:
Traceback (most recent call last):
File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\Programozas\voicepaw\venv\Scripts\svcg.exe_main.py", line 4, in
File "D:\Programozas\voicepaw\venv\lib\site-packages\so_vits_svc_fork\gui.py", line 10, in
import PySimpleGUI as sg
File "D:\Programozas\voicepaw\venv\lib\site-packages\PySimpleGUI.py", line 620, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
To Reproduce
As you can see, I cannot even load the GUI
Additional context
No response
Version
That is installed by the install.bat
Platform
Windows 10
Code of Conduct
No Duplicate
The text was updated successfully, but these errors were encountered: