Hi,
I installed python, pip and splitter on windows 7. Everything sounded to work fine with the different steps to do, but when I test spleeter with a track, I received this mistake. Here is a screenshot,
does anyone has an idea of where it could come from ?
here what I wrote first : spleeter separate -i "mytrack.mp3" spleeter:2stems -o splits
the last line below my screenshot is : spleeter:2stems protocole not found

thanks in advance,
eo
I have the same problem see https://github.com/deezer/spleeter/issues/164
Hi Haxtor, I find a half solution by avoiding to write spleeter2stems.
So then the line is :
spleeter separate -i "trak.mp3" -o splits
tell me if it works for you (with this way you can only have 2 stems files : voice and accompaniement, for the 4 stems separation, I still don't have solutions)
I have tried your method of omitting the mode and it works. Is it a memory problem maybe ?
Hi there,
It seems you forgot to add the -p before the spleeter:2stems so FFprobe thinks it's a file name and does not understand it.
the complete command should look like: spleeter separate -i '<your/file.mp3>' -p spleeter:2stems -o output
Most helpful comment
Hi there,
It seems you forgot to add the
-pbefore thespleeter:2stemsso FFprobe thinks it's a file name and does not understand it.the complete command should look like:
spleeter separate -i '<your/file.mp3>' -p spleeter:2stems -o output