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 'customtkinter' #41

Open
PegaBlade2 opened this issue Oct 30, 2023 · 2 comments
Open

No module named 'customtkinter' #41

PegaBlade2 opened this issue Oct 30, 2023 · 2 comments

Comments

@PegaBlade2
Copy link

Traceback (most recent call last):
File "C:\Users\mwbla\OneDrive\Desktop\UI-v1.2.6-py\files\UI.py", line 3, in
import customtkinter
ModuleNotFoundError: No module named 'customtkinter'

@goenyan
Copy link

goenyan commented Oct 30, 2023

pip install customtkinter
Or just use the .exe version here
https://github.com/0Xiaohei0/VoiceToJapanese/releases/download/v1.2.3/VoiceToJapanese.v1.2.3-exe.zip

@Alphanum404
Copy link

I also used to have this problem but I switched the version from python 3.11 to 3.10 and installed the requirements again and it worked because if you use python 3.11 there is a problem when installing the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants