sberbank-ai-lab / LightAutoML

LAMA - automatic model creation framework
Apache License 2.0
887 stars 92 forks source link

Issue with "Tutorial_1. Create your own pipeline.ipynb" #71

Closed Godofnothing closed 2 years ago

Godofnothing commented 3 years ago

Hi!

When running the first tutorial on Google.Colab from the colab button in README.md I've faced the following issue in the import of lightautoml:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

I've found a solution here in the first answer. But it seems that the notebook should be updated.

dev-rinchin commented 2 years ago

Hi!

There really is such a problem with Numpy for Python >= 3.7. We've fixed it, but haven't released it yet: https://github.com/sberbank-ai-lab/LightAutoML/blob/master/pyproject.toml#L31

The new release will be coming soon, thanks for the report!