Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

ModuleNotFoundError: No module named '_tkinter'

Open manel00 opened this issue 1 year ago • 4 comments

Hello,

I needed to install customtkinter, tensorflow, onnxruntime libraries

Now i have this problem, how can i fix it? I could not

Thank you

p.s:

image

manel00 avatar Sep 03 '24 12:09 manel00

IMG-20240903-WA0008 I goth thesame probably

Hopeyu avatar Sep 03 '24 12:09 Hopeyu

Both of you need to follow the installation instructions properly. Use virtual environment for python to ensure no mix-ups with pip.

no module named xxxx means that package xxxx was not properly installed.

@Hopeyu , you have a different error. Wrong Numpy version. You should have a version lower than 2.x, while you're trying to run a version above that.

AVGRadmin avatar Sep 09 '24 15:09 AVGRadmin

I did it, but it is not working

manel00 avatar Sep 10 '24 11:09 manel00

Try "python3 -m tkinter"; it should open a small window; if not, it will display that error again. I installed python-tk manually, which did the trick for me. If you have multiple python versions, try "-m tkinter" with each one and use the version that works.

dr0x0 avatar Sep 12 '24 07:09 dr0x0