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

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

Open RwOnke opened this issue 6 months ago • 2 comments

  1. Install all modules successfully
  2. Run python3 run.py --execution-provider cuda --execution-threads 60 --max-memory 60
  3. Error made

Specs: Windows 11 Pro 23H2 Galax RTX 3060 i5 10400F overclocked Secure boot off ASUS B560m plus wifi motherboard 16GB of ram 3000mhz Revi OS (Optimized for speed and gaming)

Err: python3 run.py --execution-provider cuda --execution-threads 60 --max-memory 60 [DLC.CORE] ffmpeg is not installed. Traceback (most recent call last): File "C:\Users\swagmaster24\githubstuff\Deep-Live-Cam\run.py", line 6, in core.run() File "C:\Users\swagmaster24\githubstuff\Deep-Live-Cam\modules\core.py", line 240, in run if not pre_check(): File "C:\Users\swagmaster24\githubstuff\Deep-Live-Cam\modules\core.py", line 162, in pre_check update_status('ffmpeg is not installed.') File "C:\Users\swagmaster24\githubstuff\Deep-Live-Cam\modules\core.py", line 170, in update_status ui.update_status(message) File "C:\Users\swagmaster24\githubstuff\Deep-Live-Cam\modules\ui.py", line 142, in update_status status_label.configure(text=text) AttributeError: 'NoneType' object has no attribute 'configure'

RwOnke avatar Aug 27 '24 10:08 RwOnke