-
Notifications
You must be signed in to change notification settings - Fork 3.1k
1. Installation
Romain Hennequin edited this page Mar 5, 2021
·
15 revisions
⚠️ we no longer recommend using conda for installing Spleeter.
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 libsndfileYou 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.