I'm trying to install the shap library using pip, on windows.
I get the error "Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ "
I have tried installing it, selecting the c++ build tools, c++ redist and windows sdk (and many other libs that looked like they could work), but it still won't work.
I tried updating pip, setuptools and wheels, to no avail.
What else can I do ? Do I need to somehow tell pip where this is all installed ?
Thanks !