I am trying to install mpi4py in my Linux machine. I have recently installed anaconda 4.1.1 and according to their documentation the package is suppose to come with mpi4py 2.0.0. When I tried verifying with "conda list
" I am not able to find the package in the list.
I have tried "pip install mpi4py
" and I am getting an error like this "Failed building wheel for mpi4py" I had no luck with "easy_install mpi4py
" as well.