AI-Feynman
AI-Feynman copied to clipboard
ImportError: DLL load failed while importing _symbolic_regress_mdl3
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
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.