AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Failed building wheel for fbprophet

kathirveln opened this issue · comments

Hi, Can any one suggest right way to install the auto-ts package in python:3.9 version?

Tried:
pip install auto-ts
pip3 install auto-ts

I'm getting below error -
Building wheel for fbprophet (setup.py) ... error
ERROR: Command errored out with exit status 1:

Also I'm tried to install the fbprophet package, but didn't work.

Thanks!

Installing fbprophet on Windows is hard. You should try conda install fbprophet like this:

conda install -c conda-forge fbprophet

Once you do that, it will work.