Error installing requirements using fbprophet

Hey,anyone can help with my requirements file.
The code is running on my localhost but giving errors on deployment.
Here’s my git repo: GitHub - aniket-607/minorproj

Some errors I am getting:
‘’ ```
ERROR: Failed building wheel for pystan


Running setup.py clean for pystan


Building wheel for fbprophet (setup.py): started


Building wheel for fbprophet (setup.py): finished with status ‘error’


error: subprocess-exited-with-error

  Running setup.py clean for fbprophet
  Building wheel for validators (setup.py): started
  Building wheel for validators (setup.py): finished with status 'done'
  Created wheel for validators: filename=validators-0.20.0-py3-none-any.whl size=19579 sha256=455a2bcbae9b2758c651bef003c24bd8bb58ad976daa05071a2108e3977aa24b
  Stored in directory: /tmp/pip-ephem-wheel-cache-c7eqf_25/wheels/2d/f0/a8/1094fca7a7e5d0d12ff56e0c64675d72aa5cc81a5fc200e849
  Building wheel for pymeeus (setup.py): started
  Building wheel for pymeeus (setup.py): finished with status 'done'

Hi @Aniket_Goyal,

fbprophet is a pretty large package, so in this case the app is crashing because it’s hitting the resource limit

okay,so a solution to this would be?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.