Installing Facebook’s timeseries library fbprophet on Windows can be troublesome.
A solution that works for me, assuming you use Anaconda, is:
Update PIP
python -m pip install -U pip
Install pystan from Anaconda
conda install -c conda-forge pystan
Install fbprophet
pip install fbprophet
If you get an error on the last step which talks about “io.h”
- Download and install the Visual Studio build tools https://visualstudio.microsoft.com/downloads/#other
- Try again.
Recent Comments