muchemwal commented on a change in pull request #10324: URL: https://github.com/apache/superset/pull/10324#discussion_r666922888
########## File path: UPDATING.md ########## @@ -23,6 +23,8 @@ assists people when migrating to a new version. ## Next +* [10324](https://github.com/apache/incubator-superset/pull/10324): Facebook Prophet has been introduced as an optional dependency to add support for timeseries forecasting in the chart data API. To enable this feature, install Superset with the optional dependency `prophet` or directly `pip install fbprophet`. Review comment: Hi @wakilkhan96 If you haven't managed to solve installing prophet, access the terminal for your **superset_app** and run the following commands: 1. `docker exec -it superset_app /bin/bash` 2. `pip uninstall fbprophet pystan` 3. `pip --no-cache-dir install pystan==2.19.1.1` 4. `pip install prophet` That should solve that issue. pystan>=3.0 is currently not supported for prophet that why you should specify that version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
