import shap
出现OSError: Could not load shared object file: libllvmlite.so 很奇怪,删了又装也不能解决问题,github给出的解决方法是pip install numba==0.49.1 --ignore-installed llvmlite
嗯,完美解决
import shap
出现OSError: Could not load shared object file: libllvmlite.so 很奇怪,删了又装也不能解决问题,github给出的解决方法是pip install numba==0.49.1 --ignore-installed llvmlite
嗯,完美解决