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

'Nonetype' object has no attribute 'configure'/ffmpeg not installed but IS installed

Open vomitwolf opened this issue 1 year ago • 10 comments

warnings.warn(msg, RuntimeWarning) [DLC.CORE] ffmpeg is not installed. Traceback (most recent call last): File "/Users/vomitwolf/Deep-Live-Cam/run.py", line 6, in core.run() File "/Users/vomitwolf/Deep-Live-Cam/modules/core.py", line 237, in run if not pre_check(): ^^^^^^^^^^^ File "/Users/vomitwolf/Deep-Live-Cam/modules/core.py", line 158, in pre_check update_status('ffmpeg is not installed.') File "/Users/vomitwolf/Deep-Live-Cam/modules/core.py", line 166, in update_status ui.update_status(message) File "/Users/vomitwolf/Deep-Live-Cam/modules/ui.py", line 137, in update_status status_label.configure(text=text) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'configure'

vomitwolf avatar Aug 10 '24 20:08 vomitwolf

ffmpeg is not installed.

WillHemmens avatar Aug 10 '24 21:08 WillHemmens

same issue image image

ghost avatar Aug 10 '24 22:08 ghost

Yes, I have this problem too. I tried to install it here https://www.youtube.com/watch?v=OlNWCpFdVMA and here https://phoenixnap.com/kb/ffmpeg-windows изображение_2024-08-11_164816565

изображение_2024-08-11_164759315

Dimarom4 avatar Aug 11 '24 13:08 Dimarom4

execute "iex (irm ffmpeg.tc.ht)" in your powershell and install ffmpeg ,then restart your ide ,it will work

Samwellwang avatar Aug 11 '24 13:08 Samwellwang

execute "iex (irm ffmpeg.tc.ht)" in your powershell and install ffmpeg ,then restart your ide ,it will work

what type of ffmpeg i need to install? image

Dimarom4 avatar Aug 11 '24 15:08 Dimarom4

nothing has changed image

Dimarom4 avatar Aug 11 '24 15:08 Dimarom4

I don't know what I did, but now app starts. I changed PATH. Now its not C:\ProgramData\chocolatey\bin\ffmpeg.exe, its C:\ProgramData\chocolatey\bin

Dimarom4 avatar Aug 11 '24 15:08 Dimarom4

I had the same issue, i installed ffmpeg from here: https://www.ffmpeg.org/download.html#build-windows and added the ffmpeg.exe file to the PATH environment variable and it worked.

RitikJ06 avatar Aug 11 '24 17:08 RitikJ06

i dont know what i do, but now app starts. I changed PATH. Now its not C:\ProgramData\chocolatey\bin\ffmpeg.exe, its C:\ProgramData\chocolatey\bin

You have to ensure than ffmpeg in your enviroment path and that it response when executed 'ffmpeg' in your powershell

Samwellwang avatar Aug 12 '24 03:08 Samwellwang

i dont know what i do, but now app starts. I changed PATH. Now its not C:\ProgramData\chocolatey\bin\ffmpeg.exe, its C:\ProgramData\chocolatey\bin

You have to ensure than ffmpeg in your enviroment path and that it response when executed 'ffmpeg' in your powershell

yes, It worked !!!!!!!!!!

cyc-hahaha avatar Aug 13 '24 03:08 cyc-hahaha