SpleeterGui icon indicating copy to clipboard operation
SpleeterGui copied to clipboard

SpleeterGui Not Dropping Files Into Folder

Open fogle622 opened this issue 1 year ago • 1 comments

Windows 10 Home 22H2 on Dell Inspirion N5040 Intel(R) Core(TM) i3 CPU M 390 @ 2.67GHz 2.66 GHz with 8 GB ram SpleeterGUI 2.9.

Receiving import error

Starting processing of all songs Processing C:\Users\Dell\Desktop\Benson Arizona\Benson Arizona.wav 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\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter_main.py", line 262, in entrypoint() File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter_main.py", line 256, in entrypoint spleeter() File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\typer\main.py", line 214, in call return get_command(self)(*args, **kwargs) File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 829, in call return self.main(*args, **kwargs) File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 782, in main rv = self.invoke(ctx) File "C:\Users\Dell\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\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\click\core.py", line 610, in invoke return callback(*args, **kwargs) File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\typer\main.py", line 497, in wrapper return callback(**use_params) # type: ignore File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter_main.py", line 114, in separate from .separator import Separator File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter\separator.py", line 30, in from spleeter.model.provider import ModelProvider File "C:\Users\Dell\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\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\spleeter\utils\tensor.py", line 8, in import pandas as pd File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas_init_.py", line 142, in from pandas.io.api import ( File "C:\Users\Dell\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\Dell\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\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\excel_base.py", line 32, in from pandas.io.parsers import TextParser File "C:\Users\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas\io\parsers_init.py", line 1, in from pandas.io.parsers.readers import ( File "C:\Users\Dell\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\Dell\AppData\Roaming\SpleeterGUI\python\Lib\site-packages\pandas_typing.py) Finished processing all songs

Run complete

fogle622 avatar Nov 11 '22 18:11 fogle622