Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpleeterGui Not Dropping Files Into Folder #179

Open
fogle622 opened this issue Nov 11, 2022 · 1 comment
Open

SpleeterGui Not Dropping Files Into Folder #179

fogle622 opened this issue Nov 11, 2022 · 1 comment

Comments

@fogle622
Copy link

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

@trackmaniamatt
Copy link

trackmaniamatt commented Nov 14, 2022

I had this same issue, but fixed it by doing the following:

  1. Uninstalled SpleeterGUI
  2. Navigated to AppData -> Roaming, and fully deleted the SpleeterGUI folder.
  3. Reinstalled the latest version of SpleeterGUI (v2.9.2).

After that, I tested, and sure enough, boom!
success (SpleeterGUI V2 9 2)

Hope this will be able to help you fix the issue as well! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants