Using python package librosa in dataiku
Touchpad
Registered Posts: 2 ✭✭✭✭
Hi has anyone tried to use the Python package librosa (for manipulating audio files) in dataiku?
I have managed to install librosa via pip, but when I try to load the package I get the following error:
OSError: sndfile library not found
Best Answer
-
Hello,
The use of the package librosa may requires to install
libsndfile
manually on linux system. You can check the SoundFile installation documentation for details.