Im working on raspberry pi 4, with Python3 and I want to install librosa. (pip3 install librosa
)
Previously I installed llvm version 7.0.1
Following the Compatibility I install llvmlite https://pypi.org/project/llvmlite/
$ LLVM_CONFIG=/usr/bin/llvm-config pip3 install llvmlite=0.32.0
That block during the instalation of librosa or numba
Building wheel for llvmlite (setup.py) ... error
If someone has advice about how solve it, thank you to give me.