简体   繁体   中英

module 'pyramid' has no attribute '__version__'

Getting error

module 'pyramid' has no attribute '__version__'

Error:

在此处输入图片说明

stepwise_model = auto_arima(palm_price_ts, start_p=1, start_q=1,
                       max_p=3, max_q=3, m=12,
                       start_P=0, seasonal=True,
                       d=1, D=1, trace=True,
                       error_action='ignore',  
                       suppress_warnings=True, 
                       stepwise=False)

1.同时卸载金字塔和金字塔格式2.之后重新安装金字塔格式3.重新启动内核

正如刚通过pip而不是pyramid-arima安装pyramid之后刚经历过此事的人,解决方案是卸载这两者并仅安装其中一个(大概是针对Arima的)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM