apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.82k stars 13.88k forks source link

Error: `prophet` package not installed #29634

Closed JatinVenkatesh closed 3 months ago

JatinVenkatesh commented 4 months ago

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

image

Superset version

master / latest-dev

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist

dosubot[bot] commented 4 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.

JatinVenkatesh commented 4 months ago

Thank you, @dosu. It's working now.

dosubot[bot] commented 4 months ago

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.