Last active
April 22, 2021 14:09
-
-
Save siumhossain/c1144576595f6d1aa8dfdbb5ab6495a7 to your computer and use it in GitHub Desktop.
fb prophet installation error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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