Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named: 'tkinter' #1247

Open
2 tasks done
BaksaBarnus opened this issue Jan 24, 2025 · 0 comments
Open
2 tasks done

No module named: 'tkinter' #1247

BaksaBarnus opened this issue Jan 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@BaksaBarnus
Copy link

BaksaBarnus commented Jan 24, 2025

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.
@BaksaBarnus BaksaBarnus added the bug Something isn't working label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant