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
Context: I'm using Pyomo with HiGHS on Google Cloud Functions V2 with Python. It works fine with smaller models, but for larger models I'm consistently getting this error:
Context: I'm using Pyomo with HiGHS on Google Cloud Functions V2 with Python. It works fine with smaller models, but for larger models I'm consistently getting this error:
TeeStream: deadlock observed joining reader threads
I checked that TeeStream is not a python thing so I'm wondering whether it's related to the C++ code in HiGHS?
This error occurs after the solve terminates.
Thanks a lot!
The text was updated successfully, but these errors were encountered: