boy1dr / SpleeterGui

Windows desktop front end for Spleeter - AI source separation
Apache License 2.0
2.22k stars 244 forks source link

Updated it to 2.3.2 and now it doesn't process the songs #173

Open ItsJoTa opened 1 year ago

ItsJoTa commented 1 year ago

Starting processing of all songs Processing D:\Windows\Videos\Local Files Spotify\la novena agregada\La Novena Agregada - De No Serlo (Demo).mp3 Traceback (most recent call last): File "D:\obj\windows-release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 193, in _run_module_as_main File "D:\obj\windows-release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 85, in _run_code File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter__main.py", line 262, in entrypoint() File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter__main.py", line 256, in entrypoint spleeter() File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\typer\main.py", line 214, in call__ return get_command(self)(*args, **kwargs) File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 829, in call return self.main(args, kwargs) File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 782, in main rv = self.invoke(ctx) File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 1066, in invoke return ctx.invoke(self.callback, ctx.params) File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 610, in invoke return callback(args, kwargs) File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\typer\main.py", line 497, in wrapper return callback(use_params) # type: ignore File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter__main.py", line 114, in separate from .separator import Separator File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter\separator.py", line 30, in from spleeter.model.provider import ModelProvider File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter\model__init.py", line 13, in from ..utils.tensor import pad_and_partition, pad_and_reshape File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter\utils\tensor.py", line 8, in import pandas as pd File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\init__.py", line 142, in from pandas.io.api import ( File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\api.py", line 8, in from pandas.io.excel import ExcelFile, ExcelWriter, read_excel File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\excel\init__.py", line 1, in from pandas.io.excel._base import ExcelFile, ExcelWriter, read_excel File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\excel_base.py", line 32, in from pandas.io.parsers import TextParser File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\parsers\init__.py", line 1, in from pandas.io.parsers.readers import ( File "C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\parsers\readers.py", line 17, in from pandas._typing import ( ImportError: cannot import name 'DtypeArg' from 'pandas._typing' (C:\Users\JoTa\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas_typing.py) Finished processing all songs

Run complete

boy1dr commented 1 year ago

Howdy

There is a bug somewhere in the python updater, you will need to uninstall and reinstall SpleeterGUI.

I will try to get an update out this weekend to fix these up ;)

ItsJoTa commented 1 year ago

Howdy

There is a bug somewhere in the python updater, you will need to uninstall and reinstall SpleeterGUI.

I will try to get an update out this weekend to fix these up ;)

Uninstall it several times didn't change, so I'll wait for the weekend update thx

spicefan25 commented 1 year ago

Hi @ItsJoTa , you can trie that :

I didn't re-install SpleeterGUI. I just replaced the entire portable python folder with python 3.10, and did the spleeter core update again, then it works like a charm. Yay! source : bootlegseahorse image

ItsJoTa commented 1 year ago

nop, didn't work for me maybe bcs the dsi. version I downloaded.

boy1dr commented 1 year ago

@spicefan25 How did you manage to get Python3.10 to run as an embeddable version ?

spicefan25 commented 1 year ago

Hi @boy1dr , i download python-3.10.0-amd64.exe at https://www.python.org/downloads/

boy1dr commented 1 year ago

@spicefan25 Ahhh, so you ran the exe/installer then copied the python files over to SpleeterGUI?

spicefan25 commented 1 year ago

Hi, @boy1dr , yes : i run the exe/installer then i copy the python files over to SpleeterGUI and i execute Spleeter core update

boy1dr commented 1 year ago

@spicefan25 This method can work...as long as there are no other apps on your system relying on the version of Python that is installed and appears in your system PATH variable.

I'm glad it worked for you and got you up and running again :)

However, for normal use i need to use the Python embeddable version. I grabbed 3.10.8 today but i have been having trouble getting pip to be happy. I remember it wasn't easy with Python2.7 that i currently distribute with SpleeterGUI either.

Hopefully i can get an updated version out this weekend :)

boy1dr commented 1 year ago

Hi all

I wasn't able to get the latest python running with spleeter. i will have to step back through the versions until i find a combination that works.

i'll post here when i have a win