This Question might sound strange ! But this is my observation. I'm currently using Debian wheezy , it initially had python-pip 1.1 version. installing llvmlite with the above pip version requested for a LLVM_CONFIG path , Compatible versions of LLVM for llvmlite - were not available in the default repository of debian wheezy sources.list. So i could not install llvmlite.
Later point i upgraded pip version to 18.1 and tried to reinstall llvmlite using llvmlite. Now it did not prompt for any LLVM_CONFIG file (and got successfully installed). And i don't see any library related to LLVM installed in my system ?
What has happened here ?
FYI :: I had to install llvmlite as it is a hard dependency of librosa -> numba