notadamking / Stock-Trading-Visualization

A simple, yet elegant visualization of our stock trading RL agent environment.
MIT License
212 stars 110 forks source link

Error loading MPI DLL in mpi4py #5

Open viper7882 opened 4 years ago

viper7882 commented 4 years ago

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.