【发布时间】:2021-11-09 05:41:31
【问题描述】:
尝试在 Jupitor Notebook 中安装 shap 时出现此错误。这里有专家可以帮我解决吗?
ERROR: Failed building wheel for shap
Failed to build shap
ERROR: Could not build wheels for shap which use PEP 517 and cannot be installed directly
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-3-ef816dd6ade6> in <module>
1 # Install and then reconnect.
2 get_ipython().system(' pip install shap')
----> 3 import shap
ModuleNotFoundError: No module named 'shap'
【问题讨论】: