winedarksea / AutoTS

Automated Time Series Forecasting
MIT License
1.1k stars 100 forks source link

cannot import name 'AutoTS' #81

Closed Louis24 closed 3 years ago

Louis24 commented 3 years ago

Traceback (most recent call last): File "C:/Zero/Python/时间序列比较/autots.py", line 8, in from autots import AutoTS, load_daily File "C:\Zero\Python\时间序列比较\autots.py", line 8, in from autots import AutoTS, load_daily ImportError: cannot import name 'AutoTS'

winedarksea commented 3 years ago

@Louis24 This usually means the package is not installed. Have you run pip install autots or python -m pip install autots ? If you will are running source code downloaded from GitHub, you will need to make sure it is in your working directory or on your system Python path. The extended tutorial has more detailed instructions if needed.

Louis24 commented 3 years ago

haha thanks, I accidentally named the script as this autots. The call is wrong.