We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you encounter the following error: from mpi4py import MPI ImportError: DLL load failed: The specified module could not be found.
I could get rid of the issue by running the following command: conda install mpi4py
The following NEW packages will be INSTALLED:
mpi4py intel/win-64::mpi4py-3.0.0-py37_6
Proceed ([y]/n)?
Issue is resolved for me thereafter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you encounter the following error:
from mpi4py import MPI
ImportError: DLL load failed: The specified module could not be found.
I could get rid of the issue by running the following command:
conda install mpi4py
The following NEW packages will be INSTALLED:
mpi4py intel/win-64::mpi4py-3.0.0-py37_6
Proceed ([y]/n)?
Issue is resolved for me thereafter.
The text was updated successfully, but these errors were encountered: