[Bug] ERROR:spleeter:ffmpeg binary not found
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
- [✔️] I didn't find a similar issue already open.
- [✔️] I read the documentation (README AND Wiki)
- [✔️] I have installed FFMpeg
- [✔️] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
After following all of the provided steps for installation, having installed ffmpeg and libsndfile, the only outcome when I try to separate a tarck is [this.](https://user-images.githubusercontent.com/121805733/210235239-2b65fed4-90f0-4134-a619-5d91585bdb0c.png)
`ERROR:spleeter:ffmpeg binary not found`
## Step to reproduce
1. Dependencies installed using `miniconda3`
2. Library installed using `pip` in regular cmd
3. Run `spleeter separate -o audio_output [my file's directory]`
## Output
Expected outcome:
The program getting my tracks separated.
Obtained outcome:
```bash
ERROR:spleeter:ffmpeg binary not found
```
## Environment
| | |
| ----------------- | ------------------------------- |
| OS | Windows 11 Home 64 bits|
| Installation type | Conda / pip |
| RAM available | 7.30 GB |
| Hardware spec | Nvidia Geforce GTX 1650, AMD Ryzen 5 |
| Computer | HP Pavilion Gaming Laptop 15 |
## Additional context
At first, i didn't know how to install ffmpeg so i just downloaded it from the webpage and executed it, then closed it.
It didn't do anything so I installed ffmpeg with pip.
I checked a ton of times that it was installed before everything else.
Then, i executed `pip install spleeter`.
After some time, it says everything is completed, but I double check everything's done executing `pip install spleeter`.
I try to separate the file as the [image](https://user-images.githubusercontent.com/121805733/210235239-2b65fed4-90f0-4134-a619-5d91585bdb0c.png) says, and I receive the error.
Later, I realize that I shouldn't have installed ffmpeg with pip, so I `pip uninstall spleeter` and then hop on to miniconda3 (anaconda, basically) to run `conda install -c conda-forge ffmpeg libsndfile`.
It goes fine.
I open cmd and run `pip install spleeter` once more to see if it works.
Same error comes out.
What did I do wrong here?
How can I fix this?
Do you recommend me any tutorials? I couldn't find any of them that were up to date.
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.