Closed JatinVenkatesh closed 3 months ago
To resolve the error Error: 'prophet' package not installed
when enabling the forecast feature in Apache Superset, you need to install the prophet
package. You can do this by running the following command:
pip install prophet
Additionally, ensure that the plotly
library is also installed, as it is required by the prophet
package:
pip install plotly
After installing these packages, you should be able to enable and use the forecast feature in your line charts without encountering the error [1].
To continue talking to Dosu, mention @dosu.
Thank you, @dosu. It's working now.
You're welcome! If you have any more questions or need further assistance, feel free to ask. Happy forecasting!
To continue talking to Dosu, mention @dosu.
Bug description
How to perform Predictive analysis ?
How to reproduce the bug
1.When I create a line chart and enable forecast in predictive analysis, I get 'Error:
prophet
package not installed'.2.Can anyone specify the steps to enable the predictive analysis.
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist