You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be an issue when running within Jupyter. It looks like Jupyter is replacing stdout with an instance of ipykernel.iostream.OutStream, which does not define mode.
A workaround (until we get a patch in) is to run:
importsyssys.stdout.mode='w'
The catch is that the output will go to the terminal that you used to launch Jupyter and not into the Jupyter output cell (it is unclear why this is happening).
Summary
I just updated pyomo 6.8.2 to 6.9.0, than I can not use any ASL solver for my MINLP problem.
Steps to reproduce the issue
Error Message
Information on your system
Pyomo version: 6.9.0
Python version: 3.12.2
Operating system: Linux
How Pyomo was installed (PyPI, conda, source): conda-forge
Solver (if applicable): scip, bonmin, gurobi (12)
The text was updated successfully, but these errors were encountered: