sb-ai-lab / LightAutoML

Fast and customizable framework for automatic ML model creation (AutoML)
https://developers.sber.ru/portal/products/lightautoml
Apache License 2.0
1.08k stars 47 forks source link

Installation Error #144

Closed sandeshregmi closed 6 months ago

sandeshregmi commented 6 months ago

Hello, I kept getting this error when trying to install the package !pip install -U lightautoml[all] Not sure how to address this, any help would be greatly appreciated.


TypeError Traceback (most recent call last) in <cell line: 17>() 15 16 # LightAutoML presets, task and report generation ---> 17 from lightautoml.automl.presets.tabular_presets import TabularAutoML 18 from lightautoml.tasks import Task

10 frames /usr/local/lib/python3.10/dist-packages/log_calls/log_calls.py in _add_class_attrs(self, klass) 2136 this_deco_class = self.class 2137 this_deco_class_name = this_decoclass.name -> 2138 setattr( 2139 klass, 2140 'get' + this_deco_class_name + '_wrapper',

TypeError: cannot set 'get_record_history_wrapper' attribute of immutable type 'object'

alexmryzhkov commented 6 months ago

@sandeshregmi please try pip install lightautoml==0.3.8b1