diracdeltas / spleeter4max

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

spleeter-native: macOS shows command not found #5

Closed diracdeltas closed 4 years ago

diracdeltas commented 4 years ago

several macOS users who seem to have successfully installed spleeter and can run it via command line say it fails with command not found in the max device.

debugging tip: type which spleeter into terminal to see where it's installed

diracdeltas commented 4 years ago

appears at least one windows user also saw this on windows

diracdeltas commented 4 years ago

for macos, i think this might solve it (type into terminal):

ln -s $(which spleeter) /usr/local/bin/spleeter

someone reported their spleeter was installed at /Library/Frameworks/Python.framework/Versions/3.7/bin/spleeter instead of the usual place where it is for me

EDIT: confirmed this fixed at least one of the problems on macos!!

diracdeltas commented 4 years ago

i think this is solved on macos, windows issue is https://github.com/diracdeltas/spleeter4max/issues/8