Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant install fbprophet using pip install fbprophet #2560

Open
rdevrajsinh opened this issue Mar 2, 2024 · 2 comments
Open

cant install fbprophet using pip install fbprophet #2560

rdevrajsinh opened this issue Mar 2, 2024 · 2 comments

Comments

@rdevrajsinh
Copy link

  [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
Copy link
Author

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
Copy link

donggu-kang commented Apr 14, 2024

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

  • Starting with v0.6, Python 2 is no longer supported.
  • Starting with v1.0, the package name in PyPI is "prophet".
  • Before v1.0 it was "fbprophet".
  • Starting with v1.1, the minimum supported Python version is 3.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants