QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.56k stars 3.23k forks source link

cvxpy library error log #8109

Open DerekMelchin opened 3 months ago

DerekMelchin commented 3 months ago

Expected Behavior

We can import cvxpy in the research environment without error.

Actual Behavior

CVXPY) Jun 26 02:46:45 PM: Encountered unexpected exception importing solver GLOP: RuntimeError('Unrecognized new version of ortools (9.9.3963). Expected < 9.8.0. Please open a feature request on cvxpy to enable support for this version.')

Potential Solution

N/A

Reproducing the Problem

Run import cvxpy in the research env

System Information

QC Cloud

Checklist

Martin-Molinero commented 3 months ago

We can see these 2 logs, not the library is still functional

(CVXPY) Jun 26 04:29:24 PM: Encountered unexpected exception importing solver GLOP:
RuntimeError('Unrecognized new version of ortools (9.9.3963). Expected < 9.8.0. Please open a feature request on cvxpy to enable support for this version.')
(CVXPY) Jun 26 04:29:24 PM: Encountered unexpected exception importing solver PDLP:
RuntimeError('Unrecognized new version of ortools (9.9.3963). Expected < 9.8.0. Please open a feature request on cvxpy to enable support for this version.')