运行 毕设代码遇到的一些问题(主要是配置环境)

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn
终于变快了起来!
import shape
直接pip install 不行
pip Install shap==0.23.0就可了


[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn
终于变快了起来!
import shape
直接pip install 不行
pip Install shap==0.23.0就可了
