No embedded configuration 2stems found
Open
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am using pyinstaller to generate .exe file.
When I run exe file I got:
"No embedded configuration 2stems found"
Code:
r = sr.Recognizer()
separator = Separator('spleeter:2stems')
If i run .py file everything works.
Thank you in advance.
Contributor guide
Research direction
Start by reproducing the reported behavior with the shown Recognizer and Separator('spleeter:2stems') code, comparing the .py and PyInstaller-generated .exe runs. Trace how the packaged executable locates the embedded configuration, and consider the issue done when the same executable can load the 2-stem configuration successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100