ai-fast-track / timeseries

Time Series package for fastai v2
Apache License 2.0
94 stars 15 forks source link

Import error #16

Open Arefeen06088 opened 2 years ago

Arefeen06088 commented 2 years ago

Hello

I found out that 'fastai2' package, on which 'timeseries' has been built on, has been archived. So, I installed 'fastai' package, fastcore package and finally timeseries. However, when I try to import timeseries, it's showing a Runtime error like the screenshot below.

Any help would be highly appreciated. Thanks.

image

hungntt commented 1 year ago

If possible, you need to fix on the installed package, convert all of "import fastai2" to "fastai". It will solve the problem.