Error installing fbprophet
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
I am installing as follows:
!pip install pystan
!pip install numpy
!pip install pandas
!pip install -U setuptools
!pip install -U Cython
!pip install fbprophet
and sends the following errors:
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for fbprophet (setup.py) ... error
ERROR: Failed building wheel for fbprophet
Running setup.py clean for fbprophet
Failed to build fbprophet
WARNING: Ignoring invalid distribution -ystan (/usr/local/lib/python3.10/dist-packages)
Installing collected packages: fbprophet
error: subprocess-exited-with-error
× Running setup.py install for fbprophet did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Running setup.py install for fbprophet ... error
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> fbprophet
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Contributor guide
Assessment
This issue has not been assessed yet.