Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORtools #108

Open
ReinierKoops opened this issue Jun 24, 2023 · 0 comments
Open

ORtools #108

ReinierKoops opened this issue Jun 24, 2023 · 0 comments

Comments

@ReinierKoops
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant