spleeter4max icon indicating copy to clipboard operation
spleeter4max copied to clipboard

JS: no function set

Open mclaughlin111 opened this issue 1 year ago • 8 comments

Describe the issue I can't decipher the error messages from Max: can anyone lend a hand? Is the version of Python the issue (3.7 as opposed to 3.9?)

Max Console Screenshots Screenshot 2023-06-21 at 7 54 50 PM

Info:

  • Using spleeter-native?
  • OS: [e.g. Mac OS Ventura 13.4]
  • Ableton version [e.g. 10.1.43]
  • Max version [e.g. 8.1.11]

mclaughlin111 avatar Jun 21 '23 18:06 mclaughlin111

The no function set error is irrelevant since it appears for everyone. The real error is this:

Screenshot 2023-06-21 at 14 59 14

i would try manually running pip install llvmlite==0.39.0 to see if that fixes it

diracdeltas avatar Jun 21 '23 22:06 diracdeltas

thanks for the tip: more errors, can't install llvmlite Screenshot 2023-06-21 at 11 48 29 PM

mclaughlin111 avatar Jun 21 '23 22:06 mclaughlin111

it seems something weird is going on with your python installation, i would just maybe uninstall and reinstall from scratch.

btw there is a new version of "spleeter" out which actually uses demucs, and it's a lot better quality stems: https://github.com/diracdeltas/demucs4max

diracdeltas avatar Jun 21 '23 23:06 diracdeltas

Ok, I (have done my best to) uninstall python and reinstall version 3.9.

Thank you for the tip and your help so far.

I believe I've installed demucs correctly but get this warning in terminal: Screenshot 2023-06-22 at 5 18 26 PM

the max device fails and I get this error in max console: Screenshot 2023-06-22 at 5 25 05 PM

mclaughlin111 avatar Jun 22 '23 16:06 mclaughlin111

like the error in the first image says, you need to add this to your PATH if you haven't already: Screenshot 2023-06-22 at 09 30 28

see "setting the bash variable permanently" in https://techpp.com/2021/09/08/set-path-variable-in-macos-guide/

diracdeltas avatar Jun 22 '23 16:06 diracdeltas

Excuse my novice questions, I tried to follow the instructions in the link and reassign the path for that directory: no luck. What command should I run in terminal to do this (zsh shell)

mclaughlin111 avatar Jun 22 '23 18:06 mclaughlin111

https://apple.stackexchange.com/questions/356441/how-to-add-permanent-environment-variable-in-zsh

diracdeltas avatar Jun 22 '23 18:06 diracdeltas

I'm sorry dude: is this the command I should run? echo 'export /Users/thomasmclaughlin/Library/Python/3.8/bin' >> ~/.zshenv

mclaughlin111 avatar Jun 22 '23 20:06 mclaughlin111