python——在pycharm里引入statsmodels库出错怎么办?

如题,statsmodels已安装好,尝试过把中间路径(tsa)等删掉,都没啥用。


from statsmodels.graphics.tsaplots import plot_acf
from statsmodels.graphics.tsaplots import plot_pacf
from statsmodels.graphics.tsaplots import plot_acf, plot_pacf
from statsmodels.tsa.stattools import adfuller as ADF

img

5555555

应该是statsmodels库中已经没有那些方法了吧