[install] Cannot install spleeter on archlinux.
- Dominant language
- Python
- Stars
- 28.4k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
- [x] I didn't find a similar issue already open.
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
Cannot install spleeter on archlinux with `pipx` because of a problem with numpy version unavailable
## Step to reproduce
1. Installed using `pipx install spleeter`
2. Run as `user`
3. Got `fail to build package` error
## Output
```bash
$ pipx install spleeter
Fatal error from pip prevented installation. Full pip output in file:
/home/myuser/.local/state/pipx/log/cmd_2025-02-19_00.21.07_pip_errors.log
pip seemed to fail to build package:
numpy<1.19.0,>=1.16.0
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
ModuleNotFoundError: No module named 'distutils.msvccompiler'
error: metadata-generation-failed
Error installing spleeter.
```
## Environment
| | |
| ----------------- | ------------------------------- |
| OS | archlinux |
| Installation type | pip |
| RAM available | 16Go |
| Hardware spec | i7 2600k |
## Additional context
`numpy` is 2.2.3 on archlinux for now.
Contributor guide
Assessment
This issue has not been assessed yet.