QuantConnect/Lean

Library Fix: pycaret.classification

Closed this issue · 0 comments

Expected Behavior

We can import pycaret.classification

Actual Behavior

Segmentation fault:

[ERROR] FATAL UNHANDLED EXCEPTION:
runLauncher.sh: line 17:
     7 Segmentation fault      (core dumped) 
    dotnet QuantConnect.Lean.Launcher.dll --data-folder /Data --config /QuantConnect/backtesting/airlock/config.json --results-destination-folder /QuantConnect/backtesting/airlock/

Potential Solution

Upgrade to latest version

Reproducing the Problem

# region imports
from AlgorithmImports import *
from pycaret.classification import *
# endregion
class PycaretClassificationAlgorithm(QCAlgorithm):
    def initialize(self):
        self.quit()

System Information

QuantConnect Cloud.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue