Translations:MPI4py/51/en

From Alliance Doc
Jump to navigation Jump to search

Possible solutions:

  • check which Python versions are compatible with your loaded mpi4py module using module spider mpi4py/X.Y.Z. Once a compatible Python module is loaded, check that python -c 'import mpi4py' works.
  • load the module before activating your virtual environment: please see the mpi4py as a package dependency section above.