Ipopt 3.11.1: ERROR: Solver (ipopt) returned non-zero return code (3221225501)
ERROR: See the solver log above for diagnostic information.
Traceback (most recent call last):
File ~\anaconda3\envs\pyomo311\Lib\site-packages\spyder_kernels\customize\utils.py:209 in exec_encapsulate_locals
exec_fun(compile(code_ast, filename, "exec"), globals)
File c:\users\millie\desktop\lab_cadet_scripts\doe\column_test_v2.py:159
results = opt.solve(m, tee=True)
File ~\anaconda3\envs\pyomo311\Lib\site-packages\pyomo\opt\base\solvers.py:628 in solve
raise ApplicationError("Solver (%s) did not exit normally" %
self.name)
ApplicationError: Solver (ipopt) did not exit normally
I played around with different versions of pyomo but had no luck. Does anybody know how to fix this issue?