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?