boy1dr / SpleeterGui

Windows desktop front end for Spleeter - AI source separation
Apache License 2.0
2.27k stars 248 forks source link

TypeError: create_target_machine() got an unexpected keyword argument 'jitdebug' #136

Closed Pascal35 closed 2 years ago

Pascal35 commented 2 years ago

Hi, I got this error message and don't know how to proceed Here is the log : File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\dispatcher.py", line 670, in init self.targetctx = self.targetdescr.target_context File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\registry.py", line 47, in target_context return self._toplevel_target_context File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\utils.py", line 331, in get res = instance.dict[self.name] = self.func(instance) File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\registry.py", line 31, in _toplevel_target_context return cpu.CPUContext(self.typing_context) File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\base.py", line 259, in init self.init() File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\compiler_lock.py", line 32, in _acquire_compile_lock return func(*args, kwargs) File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\cpu.py", line 47, in init self._internal_codegen = codegen.JITCPUCodegen("numba.exec") File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\codegen.py", line 645, in init self._init(self._llvm_module) File "C:\Users\Pascal\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\numba\core\codegen.py", line 654, in _init tm = target.create_target_machine(tm_options) TypeError: create_target_machine() got an unexpected keyword argument 'jitdebug' Finished processing all songs

boy1dr commented 2 years ago

Hi @Pascal35, There is currently a bug in the latest Spleeter installer that produces this error. When you start SpleeterGUI is gives you a help link, there is more information on it there. To get up and running again, uninstall SpleeterGUI and re-install it. Do not run the Spleeter core upgrade. Check back on my site in a while to see if Spleeter have addressed the issue https://makenweb.com/SpleeterGUI

Pascal35 commented 2 years ago

@boy1dr Thank you very much. It works !