facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.33k stars 4.52k forks source link

cant install fbprophet using pip install fbprophet #2560

Open rdevrajsinh opened 7 months ago

rdevrajsinh commented 7 months ago
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for fbprophet

rdevrajsinh commented 7 months ago

in normal prophet i am getting this error AttributeError: 'DataFrame' object has no attribute 'unique' whereas in other pc its not getting this error while fitting. So what can be problem?

donggu-kang commented 5 months ago

You need to install prophet with the command below. (Python)

Prophet is on PyPI, so you can use pip to install it.

python -m pip install prophet

pip install prophet