Skip to content

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

@abdelaliah

Description

@abdelaliah

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions