Error importing auto_arima from pyramid
Try to install pmdarima
by using pip
:
pip install pmdarima
then in your python script use:
from pmdarima.arima import auto_arima
Environment: Windows 10 IDE: Pycharm Python: 3.6
In Anaconda, create a new environment and then run:
pip install pyramid-arima
Now in your python code, you can use:
from pyramid.arima import auto_arima
use:
pip install pyramid-arima
You installed the web framework pyramid which is not your looking for.