Trying to install mpi4py and having an issue when I run
easy_install mpi4py
and get:
error: Setup script exited with error: Unable to find vcvarsall.bat
From reading literature on similar issues I figured it is a compiler issue, but I have no idea how to implement the fix mentioned in that problem. From mpi4py documentation I found
env MPICC=/path/to/mpicc easy_install mpi4py
I am on Windows and cmd doesn't allow me to run such command. I'm not too familiar with Windows command line, so dont know how to properly implement this fix, or is this even a correct fix?
easy_install mpi4py MPICC=/path/to/mpicc isnt an option as easy_install doesnt have an argument for passing down variables.
I am using OpenMPI
EDIT 1
vcvarsall.bat file is in my VS12 folder, so most likely it is the same issue as the outlined in above case. I am using Developer Command Prompt from VS12, and no luck either