Skip to content

1. Installation

Romain Hennequin edited this page Mar 5, 2021 · 15 revisions

⚠️ we no longer recommend using conda for installing Spleeter.

Using pip

PyPI version

Spleeter can be installed directly using pip package manager, assuming that following dependencies are installed first :

2 only needed if you plan to perform evaluation.

These dependencies can be installed with conda on any platform before using pip for installing Spleeter:

conda install -c conda-forge ffmpeg libsndfile

You can then install the library from PyPi repository :

pip install spleeter

⚠️ Running Spleeter on Nvidia GPUs devices require you to have a proper CUDA installation. We recommend to use the provided GPU Docker image.

Clone this wiki locally