statsforecast icon indicating copy to clipboard operation
statsforecast copied to clipboard

AutoARIMA import error

Open sbalanoptima opened this issue 2 years ago • 1 comments

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.

sbalanoptima avatar Feb 26 '24 04:02 sbalanoptima

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.

jmoralez avatar Feb 26 '24 16:02 jmoralez

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.

github-actions[bot] avatar Mar 28 '24 04:03 github-actions[bot]