$ 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
Problem: Time to load is too big. We have 8k products and it take 30seg to load, but is exist concurrence it increase, then we trey to redu...