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.47k stars 4.53k forks source link

Prophet on Amazon Linux 2 #1951

Open douglasag17 opened 3 years ago

douglasag17 commented 3 years ago

Hello everyone, prophet it's been an amazing discovery! Nevertheless, I haven't been able to deploy this module on an Amazon EC2 instance running Amazon Linux 2.

Here is the thing:

Soooo, I got stuck :(

error: command 'gcc' failed with exit status 1

Any help?

saljamil commented 3 years ago

I tried ubuntu and having the same issues

tcuongd commented 3 years ago

Sorry I'm not sure we can do much about that pystan requirement. Have you tried installing via the cmdstanpy backend instead? https://github.com/facebook/prophet#experimental-backend---cmdstanpy I have a feeling we might run into the same issue, but it's worth a shot.