ImportError: cannot import name ExponentialSmoothing
问题 I tried to install statsmodels in python. After installation, I checked with pip freeze. The package can be seen in the list. When I am trying: from statsmodels.tsa.api import ExponentialSmoothing, SimpleExpSmoothing, Holt I am getting error: Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name ExponentialSmoothing I have tried the following link also : link 回答1: I met the same situation, and the install process recommended in Nish's url didn