I want to install repast4py in windows10, But when I enter 'pip install repast4py' in cmd, It displays the error "MPI compiler is not specified. Please specify the MPI compiler using the 'cc' environment variable" Thanks for the Answer. cmd picture
I install mpi4py with 'pip install mpi4py' in windows10, and it installed, but when in python, I recall MPI from mpi4py, It gives an error. error for import MPI