Open
Description
Issue Description
when i run:python setup.py install,I encountered these error:
c1: fatal error C1083: 无法打开源文件: “shap/explainers/_kernel_lib.c”: No such file or directory
Minimal Reproducible Example
import shap
shap.GPUTreeExplainer(model)
Traceback
Expected Behavior
No response
Bug report checklist
- I have checked that this issue has not already been reported.
- I have confirmed this bug exists on the latest release of shap.
- I have confirmed this bug exists on the master branch of shap.
- I'd be interested in making a PR to fix this bug
Installed Versions
git clone https://github.com/shap/shap.git