Skip to content

No module named: 'tkinter' #1247

@BaksaBarnus

Description

@BaksaBarnus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions