hugocen / freqtrade-gym

A customized gym environment for developing and comparing reinforcement learning algorithms in crypto trading.
GNU General Public License v3.0
221 stars 45 forks source link

ImportError: DLL load failed while importing MPI: #8

Closed TekpreXyz closed 3 years ago

TekpreXyz commented 3 years ago

File "C:\Users\Kit\PycharmProjects\Freqconda\freqtrade\venv\lib\site-packages\stable_baselines\ddpg\ddpg.py", line 12, in from mpi4py import MPI ImportError: DLL load failed while importing MPI: Impossibile trovare il modulo specificato.

TekpreXyz commented 3 years ago

i solved installing this https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi

hugocen commented 3 years ago

Thank you for solving this. I haven't try it on windows environments.