SJ001 / AI-Feynman

MIT License
607 stars 186 forks source link

ImportError: DLL load failed while importing _symbolic_regress_mdl3 #45

Open rafaelmarch3 opened 3 years ago

rafaelmarch3 commented 3 years ago

Hello,

I managed to pip install aifeynman on Windows using Miniconda and MinGW's gfortran.

When testing on a simple example, I get this error message:

Traceback (most recent call last): File "c:\python-distributions\miniconda3\envs\simreg\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\python-distributions\miniconda3\envs\simreg\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\python-distributions\Miniconda3\envs\simreg\Scripts\feynman_sr_mdl_mult.exe__main__.py", line 4, in ImportError: DLL load failed while importing _symbolic_regress_mdl3: The specified module could not be found.

I have tried to execute this program "feynman_sr_mdl_mult.exe" in the conda terminal, and I get the same error.

Any ideas on how to solve this issue?

Many thanks! Rafael March.