From 3cdc092e5b32bcf5d3f92ab6b63b8c15bcfe8a44 Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Mon, 28 May 2018 14:33:41 -0700 Subject: [PATCH] Note about reinstalling fbprophet after upgrading pystan --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 616394d..ddccad3 100644 --- a/README.md +++ b/README.md @@ -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).