Deep-Live-Cam
Deep-Live-Cam copied to clipboard
AttributeError: 'NoneType' object has no attribute 'configure'
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
I have installed ffmpeg with pip install ffmpeg-python and now i still get this error, any help?
Me too.
Install FFmpeg directly on Windows
I fixed the issue on macos by placing ffmpeg on venv/bin/ I don't know how it works on windows
Me too.
Install ffmpeg directly in windows. One option is using choco - choco install ffmpeg.