InterpretDL
InterpretDL copied to clipboard
pip install interpretdl ERROR: Failed building wheel for scikit-learn
当我pip install interpretdl的时候 报错 Failed to build scikit-learn ERROR: Could not build wheels for scikit-learn, which is required to install pyproject.toml-based projects 请问是为什么
可能是python版本不兼容了?因为lime相关的包依赖的是 scikit-learn<=0.24
same error, any way to fix this?
Which python version are you using? It works on my machine where python3.7 is used.
3.9
It works on my machine, installed using python3.9 -m pip install interpretdl -i https://pypi.tuna.tsinghua.edu.cn/simple
. You can use the default mirror by removing -i https://pypi.tuna.tsinghua.edu.cn/simple
.