$ sudo apt install llvm-8
$ locate llvm-config
$ LLVM_CONFIG=/usr/bin/llvm-config-8 pip3 install librosa --user
packages: llvmlite, numba, soundfile, resampy, audioread, librosa
Software Developer, Programming, Web resources and entertaiment. Desarrollo de software, programación, recursos web y entretenimiento.
$ sudo apt install llvm-8
$ locate llvm-config
$ LLVM_CONFIG=/usr/bin/llvm-config-8 pip3 install librosa --user
packages: llvmlite, numba, soundfile, resampy, audioread, librosa
Solving multiple python installation: sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...