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:\mider\Deep-Live-Cam\run.py", line 6, in
core.run()
File "D:\mider\Deep-Live-Cam\modules\core.py", line 245, in run
if not pre_check():
File "D:\mider\Deep-Live-Cam\modules\core.py", line 164, in pre_check
update_status('ffmpeg is not installed.')
File "D:\mider\Deep-Live-Cam\modules\core.py", line 172, in update_status
ui.update_status(message)
File "D:\mider\Deep-Live-Cam\modules\ui.py", line 689, in update_status
status_label.configure(text=text)
AttributeError: 'NoneType' object has no attribute 'configu 这是启动后控制台出现的问题
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Traceback (most recent call last):
File "D:\mider\Deep-Live-Cam\run.py", line 6, in
core.run()
File "D:\mider\Deep-Live-Cam\modules\core.py", line 245, in run
if not pre_check():
File "D:\mider\Deep-Live-Cam\modules\core.py", line 164, in pre_check
update_status('ffmpeg is not installed.')
File "D:\mider\Deep-Live-Cam\modules\core.py", line 172, in update_status
ui.update_status(message)
File "D:\mider\Deep-Live-Cam\modules\ui.py", line 689, in update_status
status_label.configure(text=text)
AttributeError: 'NoneType' object has no attribute 'configu 这是启动后控制台出现的问题
Beta Was this translation helpful? Give feedback.
All reactions