0

I am working on a time series problem and wanted to try ARIMA model for it.

But while working I am stuck at pmdarima not getting installed onto Google Colaboratory.

This command is running forever and neither it is throwing any error nor it is completing its execution.

enter image description here

desertnaut
  • 57,590
  • 26
  • 140
  • 166

1 Answers1

1

I solved the same problem by running pip install statsmodels just before pip install pmdarima.

It looks like a versions conflict.

Dharman
  • 30,962
  • 25
  • 85
  • 135