Open draguar opened 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.
pip install llvmlte==0.31.0
pip install librosa webrtcvad
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
beforepip install librosa webrtcvad
to make it build correctly.