deezer / deezer/spleeter

[Bug] google colab and spleeter is incompatible.

Open
#951 0 comments 0 reactions 0 assignees View on GitHub
bug invalid
Dominant language
Python
Stars
28.4k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

there is multiple other reports about incompatibility caused by Python 3.10 era and numpy version.

here is my solution for google colab:

```
# Cell 1 — install condacolab (kernel will restart automatically)
!pip install -q condacolab
import condacolab
condacolab.install()

# Cell 2 — after kernel restarts, run this
!conda install -c conda-forge -y ffmpeg libsndfile python=3.10
!pip install "numpy<2" spleeter

# Cell 3 — test it
!wget -q https://github.com/deezer/spleeter/raw/master/audio_example.mp3
!python -m spleeter separate -p spleeter:2stems -o output audio_example.mp3
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the three installation and separation cells in Google Colab, including Python 3.10 and numpy<2, then compare the result with a current environment. Done means the supported Colab setup is documented or the incompatibility is resolved so the sample audio separates successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
numpy, python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.