AutoViML/Auto_TS

Import Error issue

mohsinrazadev opened this issue · 4 comments

I'm getting while using this command.
from auto_ts import auto_timeseries

Error is:
OSError: dlopen(Library not loaded: /usr/local/opt/libomp/lib/libomp.dylib)
Reason: image not found

Hi @mohsinrazadev
thank you for trying out Auto_TS👍

There must be something wrong with your installation. Did you try auto_ts or autots? They are 2 different packages.

I tested it in my Colab and it shows Auto_TS working in Colab with just these three installs...

You can try the same in your machine:

!pip3 install auto-ts --no-deps --ignore-installed
!pip install 'fsspec>=0.3.3'
!pip install pmdarima

Auto Vimal

Not fix it. I use a MacBook Air m1 is there any related issue?

Hi @mohsinrazadev
I am closing this issue for now since a simple Google search throws up a number of links that are related to the Mac OS: see one example:
microsoft/LightGBM#1369

I don't think is related to Auto-TS at all.
Thanks for trying our Auto-TS👍
AutoVimal