CarlGao4/Demucs-Gui

Can't run Demucs-gui

Closed this issue · 6 comments

Hi,
Thanks for this useful project.
I'm on W10, amd gpu, python 3.10.6 installed
I have unzip and run Demucs-GUI.exe. A cmd window opens less than one second and close, so nothing happen. I tried v.1.1a and 1.2 cpu, same problem. Is there something I did wrong? some prerequisites i missed ?

Is there any log file? (you can open it from C:\Users\<Your Username>\AppData\Local\demucs-gui\logs)
If not, can you run from cmd and see what it has output?

Thanks for you concern
There is no such folder as demucs-gui in appData\local,
I launch demucs-gui.exe from cmd here is the result
C:\Demucs-GUI_1.1a2_cpu>Demucs-GUI.exe
C:\Demucs-GUI_1.1a2_cpu>

It's my mistake
It should be AppData\Roaming\demucs-gui\logs

thanks. Here is the log content (i updated python meanwhile btw)
2024-01-11 13:41:21,070 (GuiMain.py) (Line 1412) [INFO] : Python version: 3.11.6 | packaged by conda-forge | (main, Oct 3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]
2024-01-11 13:41:21,071 (GuiMain.py) (Line 1413) [INFO] : Demucs GUI version: 1.1a2
2024-01-11 13:41:21,159 (GuiMain.py) (Line 1414) [INFO] : System: Windows-10-10.0.19045-SP0
2024-01-11 13:41:21,159 (GuiMain.py) (Line 1415) [INFO] : Architecture: 64bit
2024-01-11 13:41:21,159 (GuiMain.py) (Line 1416) [INFO] : CPU: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2024-01-11 13:41:21,160 (GuiMain.py) (Line 1417) [INFO] : CPU count: 8
2024-01-11 13:41:21,175 (GuiMain.py) (Line 1418) [INFO] : System memory: 34294652928 (31.939GB)
2024-01-11 13:41:21,201 (GuiMain.py) (Line 1421) [INFO] : System free memory: 10696880128 (9.963GB)
Traceback (most recent call last):
File "GuiMain.py", line 1424, in
File "psutil_init_.py", line 1992, in swap_memory
File "psutil_pswindows.py", line 257, in swap_memory
RuntimeError: PdhAddEnglishCounterW failed. Performance counters may be disabled.

Same error as #27 (comment)
Closing

ok, thanks,