AutoARIMA import error
What happened + What you expected to happen
ImportError: cannot import name 'AutoARIMA' from 'statsforecast.models' (C:\Users\HP\anaconda3\envs\cml\lib\site-packages\statsforecast\models.py)
Versions / Dependencies
I installed using pip install statsforecast in Anaconda prompt. No version reported.
Reproduction script
from statsforecast.models import AutoARIMA
Issue Severity
Low: It annoys or frustrates me.
Hey @sbalanoptima, thanks for using statsforecast. Can you please check which version you installed? You can do that with the following:
import statsforecast
print(statsforecast.__version__)
If you're on Python 3.7 then you may have got an old version. Also, since you're using conda, you can also try conda install -c conda-forge statsforecast, that'll check if you have any conflicts in your current environment.
This issue has been automatically closed because it has been awaiting a response for too long. When you have time to to work with the maintainers to resolve this issue, please post a new comment and it will be re-opened. If the issue has been locked for editing by the time you return to it, please open a new issue and reference this one.