Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Last active April 22, 2021 14:09
Show Gist options
  • Save siumhossain/c1144576595f6d1aa8dfdbb5ab6495a7 to your computer and use it in GitHub Desktop.
Save siumhossain/c1144576595f6d1aa8dfdbb5ab6495a7 to your computer and use it in GitHub Desktop.
fb prophet installation error
Hey,
I had this problem also but i've managed to make it work with the following workaround.
Before installing fbprophet you have to install pystan.
However if you will install like this -> pip install pystan it will fail at building fbprophet because it will grab version 2.19.. that is not compatible with GCC version.
Solution:
pip install pystan==2.18.0.0
pip install fbprophet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment