You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\DATA2\AI-DEEP\Deepcamlive\Deep-Live-Cam\run.py", line 3, in
from modules import core
File "D:\DATA2\AI-DEEP\Deepcamlive\Deep-Live-Cam\modules\core.py", line 20, in
import modules.ui as ui
File "D:\DATA2\AI-DEEP\Deepcamlive\Deep-Live-Cam\modules\ui.py", line 7, in
import tkinterdnd2 as tkdnd
ModuleNotFoundError: No module named 'tkinterdnd2'
I have installed 'tkinterdnd2' but when running the app it still gives me an error and does not enter the app interface
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\DATA2\AI-DEEP\Deepcamlive\Deep-Live-Cam\run.py", line 3, in
from modules import core
File "D:\DATA2\AI-DEEP\Deepcamlive\Deep-Live-Cam\modules\core.py", line 20, in
import modules.ui as ui
File "D:\DATA2\AI-DEEP\Deepcamlive\Deep-Live-Cam\modules\ui.py", line 7, in
import tkinterdnd2 as tkdnd
ModuleNotFoundError: No module named 'tkinterdnd2'
I have installed 'tkinterdnd2' but when running the app it still gives me an error and does not enter the app interface
The text was updated successfully, but these errors were encountered: