Using python package librosa in dataiku

Solved!
Touchpad
Level 1
Using python package librosa in dataiku

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
1 Solution
lpkronek
Dataiker

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. 

LPK

View solution in original post

1 Reply
lpkronek
Dataiker

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. 

LPK