ImportError but software present in conda list

时间:2018-11-16 16:18:56

标签: python anaconda importerror mpi4py

I have installed mpi4py in local anaconda environment. On running the following command, the package does show as installed via pip.

conda list -n myEnvPy36 mpi4py

When I try to import it in the python script, there is an Import error saying No module named mpi4py. The anaconda environment is active while running the script.

Can someone please help me on how to rectify this issue?

0 个答案:

没有答案