staplesinLA / denoising_DIHARD18

59 stars 25 forks source link

error while installing librosa #10

Open draguar opened 4 years ago

draguar commented 4 years ago

Hi,

When building docker, an error raises when trying to install librosa, due to unability to build wheel for llvmlite 0.32.1.

Had to add pip install llvmlte==0.31.0 before pip install librosa webrtcvad to make it build correctly.