Joseff Ribble
Joseff Ribble
This is likely due to the fact that `distutils` has been depreciated since python3.10 and the collab is running python3.11.
Unfortunately, until the devs update the code, using an older python version is the only solution I have. You can use something like pyenv to create a virtual environment with...
Use pyenv to switch to an older version of python (python 3.8 for example). https://github.com/pyenv/pyenv?tab=readme-ov-file#installation
This is likely due to the fact that `distutils` has been depreciated since python3.10. `setuptools` is the replacement but spleeter hasn't switched their codebase.