Note about reinstalling fbprophet after upgrading pystan

This commit is contained in:
Ben Letham 2018-05-28 14:33:41 -07:00
parent 7e170ffba5
commit 3cdc092e5b

View file

@ -48,6 +48,8 @@ The major dependency that Prophet has is `pystan`. PyStan has its own [install
After installation, you can [get started!](https://facebook.github.io/prophet/docs/quick_start.html#python-api)
If you upgrade the version of PyStan installed on your system, you may need to reinstall fbprophet ([see here](https://github.com/facebook/prophet/issues/324)).
### Windows
On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The key step is installing a recent [C++ compiler](http://landinghub.visualstudio.com/visual-cpp-build-tools).