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?