mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
Note about reinstalling fbprophet after upgrading pystan
This commit is contained in:
parent
7e170ffba5
commit
3cdc092e5b
1 changed files with 2 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue