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
34.93k stars 4.93k forks source link

win11 python=3.10 使用cpu运行 已经拉完了依赖,运行的时候出现报错AttributeError: 'NoneType' object has no attribute 'configure' #402

Closed zuoliangyu closed 3 weeks ago

zuoliangyu commented 3 weeks ago

Traceback (most recent call last): File "C:\Users\zuolan\Desktop\face\Deep-Live-Cam\run.py", line 6, in core.run() File "C:\Users\zuolan\Desktop\face\Deep-Live-Cam\modules\core.py", line 236, in run if not pre_check(): File "C:\Users\zuolan\Desktop\face\Deep-Live-Cam\modules\core.py", line 158, in pre_check update_status('ffmpeg is not installed.') File "C:\Users\zuolan\Desktop\face\Deep-Live-Cam\modules\core.py", line 166, in update_status ui.update_status(message) File "C:\Users\zuolan\Desktop\face\Deep-Live-Cam\modules\ui.py", line 137, in update_status status_label.configure(text=text) AttributeError: 'NoneType' object has no attribute 'configure'

zuoliangyu commented 3 weeks ago

已解决,忘记安装ff了