error import auto_timeseries in colab
antlig opened this issue · 2 comments
antlig commented
AutoViML commented
Hi @antlig 👍
Thanks for bringing this to my attention. I have now updated requirements.txt and setup.py.
You should do the following in colab in the same order:
!pip install auto-ts
!pip install pyyaml==5.4.1
!pip install dask distributed --upgrade
Then restart the runtime and import auto_timeseries as follows:
from auto_ts import auto_timeseries
That should work. Please confirm.
AutoViML
antlig commented
OK it works
Thanks so much