diracdeltas / spleeter4max

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

Error: No module named 'numba.decorators' #36

Closed AYAmusic closed 4 years ago

AYAmusic commented 4 years ago

Hey guys! So I've installed spleeter-native as per the instructions, and I keep getting this error when trying to extract stems:

Screen Shot 2020-06-13 at 12 03 09 PM

Does anyone know what's happening? I apologize if this is an obvious error, I'm not very skilled in this area, but I would love to be able to use this natively! ty in advance.

Info:

gorkemozdemir commented 4 years ago

Somehow it works if you downgrade the numba to a previous version. I keep the same error on current version of numba (0.50). On the terminal you need to execute: pip3 install numba==0.48.0 Although it might not be a sustainable solution, I hope it helps!

Yan, I would like to send my gratitudes & a sincere thank you.

AYAmusic commented 4 years ago

Gork,

amazing, that fixed it. tysm for the fast response, and yes Yan tysm!

diracdeltas commented 4 years ago

thanks all! glad this got fixed without me doing anything. :P

duetosymmetry commented 4 years ago

This was fixed in upstream librosa, in their PR #1107. Somebody should ping the librosa devs to update their package on PyPI and conda, and you can require a new minimum version of librosa.