hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
37.55k stars 5.34k forks source link

AttributeError: '_tkinter.tkapp' object has no attribute 'block_update_dimensions_event' #651

Closed WalkingwithAI closed 5 days ago

WalkingwithAI commented 6 days ago

Hello my friend, I get a wrong message when i run the run.py. I have created the conda venv and installed all dependencies. Looking forward your reply, thank you. Exception in Tkinter callback Traceback (most recent call last): File "D:\Miniconda\envs\deeplivecam\lib\tkinter__init.py", line 1921, in call return self.func(*args) File "D:\Miniconda\envs\deeplivecam\lib\tkinter\init.py", line 839, in callit func(*args) File "D:\Miniconda\envs\deeplivecam\lib\site-packages\customtkinter\windows\widgets\scaling\scaling_tracker.py", line 186, in check_dpi_scaling window.block_update_dimensions_event() File "D:\Miniconda\envs\deeplivecam\lib\tkinter\init.py", line 2383, in getattr__ return getattr(self.tk, attr) AttributeError: '_tkinter.tkapp' object has no attribute 'block_update_dimensions_event'

KRSHH commented 5 days ago

Duplicate of #643