spleeter
spleeter copied to clipboard
[Discussion] how to use spleeter with pyinstaller
i want to export a python project with pyinstaller but this error occurs
this is the code for the project Note the project is working before exporting to exe
from spleeter.separator import Separator
if __name__ == '__main__':
separator = Separator('spleeter:2stems')
separator.separate_to_file('./my_song.mp3', './output')
and i copied librosa lib folder from python\Lib\site-packages to the dist folder when i export it to exe and run it this error showed

I also want to know how to pyinstaller spleeter, there is so many problems: tensorflowr can't find dependence, llvmlite need Library/bin directory