linkedin / FastTreeSHAP

Fast SHAP value computation for interpreting tree-based models
BSD 2-Clause "Simplified" License
512 stars 31 forks source link

pip install fasttreeshap fails #9

Closed unnikrishnansivakumar closed 2 years ago

unnikrishnansivakumar commented 2 years ago

Fails while trying to build the wheel.

I am using Python 3.7

jlyang1990 commented 2 years ago

Hi,

Could you provide more details for the failure? E.g., the failure message?

unnikrishnansivakumar commented 2 years ago

I think the failure was due to not having the latest version of the MSVC build tools. It worked after installing the VC++ build tool.