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

AttributeError: 'NoneType' object has no attribute 'configure'

Open abdelaliah opened this issue 6 months ago • 4 comments

Hey! I'm trying to run the module but I get this error

[DLC.CORE] ffmpeg is not installed. Traceback (most recent call last): File "/Users/ab/Deep-Live-Cam/run.py", line 6, in core.run() File "/Users/ab/Deep-Live-Cam/modules/core.py", line 249, in run if not pre_check(): File "/Users/ab/Deep-Live-Cam/modules/core.py", line 168, in pre_check update_status('ffmpeg is not installed.') File "/Users/ab/Deep-Live-Cam/modules/core.py", line 176, in update_status ui.update_status(message) File "/Users/ab/Deep-Live-Cam/modules/ui.py", line 559, in update_status status_label.configure(text=_(text)) AttributeError: 'NoneType' object has no attribute 'configure'

I have installed ffmpeg with pip install ffmpeg-python and now i still get this error, any help?

abdelaliah avatar May 18 '25 11:05 abdelaliah

Me too.

dashuaige-de avatar May 21 '25 07:05 dashuaige-de

Install FFmpeg directly on Windows

UniverseMoon avatar May 21 '25 10:05 UniverseMoon

I fixed the issue on macos by placing ffmpeg on venv/bin/ I don't know how it works on windows

Me too.

abdelaliah avatar May 21 '25 10:05 abdelaliah

Install ffmpeg directly in windows. One option is using choco - choco install ffmpeg.

manumaan avatar May 21 '25 10:05 manumaan