diracdeltas / spleeter4max

separate audio in ableton into stems using Spleeter
https://youtu.be/4pcJoI5CUOA
547 stars 51 forks source link

JS: no function set #67

Open mclaughlin111 opened 1 year ago

mclaughlin111 commented 1 year ago

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:

diracdeltas commented 1 year ago

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

mclaughlin111 commented 1 year ago

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

diracdeltas commented 1 year ago

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

mclaughlin111 commented 1 year ago

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
diracdeltas commented 1 year ago

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/

mclaughlin111 commented 1 year ago

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)

diracdeltas commented 1 year ago

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

mclaughlin111 commented 1 year ago

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