Open rdevrajsinh opened 8 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?
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
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for fbprophet