alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.57k stars 231 forks source link

Can't install pmdarima in Google Colaboratory #479

Closed mclucksy0 closed 2 years ago

mclucksy0 commented 2 years ago

Describe the bug

Today I try to install the pmdarima in google colaboratory via pip install pmdarima. But the installation process is in an endless loop. The installation cant finshed successfull.

Last week the installation still works.

Can anyone help me?

Best regards mclucksy

To Reproduce

"pip install pmdarima" in google colaboratory

Versions

1.8.4

Expected Behavior

Successfull Installation of pmdarima in Google colaboratory

Actual Behavior

Can't finished the Installation of pmdarima in Google colaboratory

Additional Context

No response

fabiospak commented 2 years ago

I have the same problem in Google Colaboratory.

magusafr commented 2 years ago

Yesterday, I found the same problem. To solve this problem you should install !pip install statsmodels==0.13.1 before install !pip install pmdarima.

mclucksy0 commented 2 years ago

Yesterday, I found the same problem. To solve this problem you should install !pip install statsmodels==0.13.1 before install !pip install pmdarima.

It works, thank you for your fast solution.

aaronreidsmith commented 2 years ago

I am unable to reproduce this (here is my test notebook). Given the timing of this issue, I wonder if it was a race condition caused by the release of statsmodels 0.13.2 on 2022-02-08. Since we can't reproduce, and there is a workaround for anyone who can reproduce, I am going to close this issue.