Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
18.34k stars 1.37k forks source link

[INSTALLATION PROBLEM] #157

Closed solouplay closed 2 years ago

solouplay commented 2 years ago

To Reproduce I've installed the latest version (I think it was released yesterday)- but unable to get it running. When I execute "VocalRemover.py"- I get the following error message:

Traceback (most recent call last): File "D:\Program\Python Vocal Remover\VocalRemover.py", line 784, in root = MainWindow() File "D:\Program\Python Vocal Remover\VocalRemover.py", line 236, in init self.save_var = tk.BooleanVar(value=data['save']) KeyError: 'save'

I am using IDLE 3.9.8.

Screenshots vrm_error

Note here that the application does start- but it's frozen

Desktop (please complete the following information): Windows 10 Version 1909

Any help is appreciated!

Best regards Solouplay

im4xxx commented 2 years ago

delete data.pkl in project directory and try again

Anjok07 commented 2 years ago

Please update to version 5.2.0 using the Windows installer provided on the main page.