conda create -n py395 python=3.9.5 conda activate -n py395 pip install git+https://github.com/mpi4py/mpi4py.git conda create -n py397 python=3.9.7 conda activate -n ...
Requirement already satisfied: numpy in c:\python\python39\lib\site-packages (from shap) (1.19.5) Requirement already satisfied: scipy in c:\python\python39\lib\site-packages (from shap) (1.6.0) ...