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
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.
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.