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
Running Skorecard with Ortools on latest macos causes this issue:
(CVXPY) Jun 24 06:56:15 AM: Encountered unexpected exception importing solver GLOP:
RuntimeError('Unrecognized new version of ortools (9.6.2534). Expected < 9.5.0.Please open a feature request on cvxpy to enable support for this version.')
(CVXPY) Jun 24 06:56:15 AM: Encountered unexpected exception importing solver PDLP:
RuntimeError('Unrecognized new version of ortools (9.6.2534). Expected < 9.5.0.Please open a feature request on cvxpy to enable support for this version.')
This is solved by changing the package installed by optbinning:
ortools <= 9.5.0
As a temporary fix.
The text was updated successfully, but these errors were encountered:
Running Skorecard with Ortools on latest macos causes this issue:
(CVXPY) Jun 24 06:56:15 AM: Encountered unexpected exception importing solver GLOP:
RuntimeError('Unrecognized new version of ortools (9.6.2534). Expected < 9.5.0.Please open a feature request on cvxpy to enable support for this version.')
(CVXPY) Jun 24 06:56:15 AM: Encountered unexpected exception importing solver PDLP:
RuntimeError('Unrecognized new version of ortools (9.6.2534). Expected < 9.5.0.Please open a feature request on cvxpy to enable support for this version.')
This is solved by changing the package installed by optbinning:
As a temporary fix.
The text was updated successfully, but these errors were encountered: