Lean
Lean copied to clipboard
Fatal Unhandlen Exception with Ray Init Method
Expected Behavior
Ray library works without breaking
Actual Behavior
calling ray.init() throws error
Reproducing the Problem
class Algo(QCAlgorithm): def Initialize(self): import ray ray.init()
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
masterbranch - [x] I have confirmed that this is not a duplicate issue by searching issues
- [x] I have provided detailed steps to reproduce the issue