Hey! I'm running into an issue when launching MMVCServerSIO.exe (version 1.5.3.18a, ONNX + CUDA build). It crashes on startup with the following error:
RuntimeError: cannot cache function '__shear_dense': no locator available for file 'librosa\util\utils.py'
[xxxx] Failed to execute script 'MMVCServerSIO' due to unhandled exception!
I tried setting the environment variable NUMBA_DISABLE_CACHE=1, but the issue still persists. It looks like librosa is trying to cache a Numba-compiled function, but since it's running in a PyInstaller-packed .exe, it can't locate the source file (utils.py), which causes it to crash.
Is there any known fix for this, or plans to patch the executable so that Numba caching is disabled by default?
Thanks in advance!
