-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
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
- I agree to follow this project's Code of Conduct.
No Duplicate
- I have checked existing issues to avoid duplicates.