spleeter icon indicating copy to clipboard operation
spleeter copied to clipboard

[Discussion] how to use spleeter with pyinstaller

Open choppermio opened this issue 3 years ago • 1 comments

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

1

choppermio avatar Sep 25 '22 14:09 choppermio

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

wowanttoplay avatar Nov 01 '22 03:11 wowanttoplay