running librosa & numba on raspberry pi 3
问题 I am trying to run librosa on my raspberry pi 3. After hours of searching through the internet I was finally able to install it but it still throws an error when I try to import it. First, I had problems to install the dependency llvmlite. I finally installed it with the following code: conda install -c numba llvmlite I use python 3.4 build with miniconda. After llvmlite was installed I was able to install librosa with pip (not possible with conda) pi@raspberrypi:~ $ pip install librosa