spleeter
spleeter copied to clipboard
[install] Cannot install spleeter on archlinux.
- [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
- Installed using
pipx install spleeter - Run as
user - Got
fail to build packageerror
Output
$ 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.
same for me. Can't install using python 3.10 or 3.11