-
Notifications
You must be signed in to change notification settings - Fork 83
2.1: Fbprophet Setup code error #25
Comments
@alessandromarialva if you have the fix please send us a PR we will review and merge. |
Thanks Sangeev, PR created: |
@alessandromarialva I don't see the PR yet. |
Sorry, it should be up now. Thanks! |
new PR created and passed, thanks! |
Hello, new to coding. Can you help with these errors? I really don't understand what I did wrong. As shown below, "Failed building wheel for fbprophet" followed by "fbprophet module not found". 2.1: Fbprophet Setup
|
Issue with matplotlib install, code shows ( matplotlib=3.0.2 )
!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib=3.0.2 --upgrade
to fix the issue, just update to: ( matplotlib==3.0.2 )
!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib==3.0.2 --upgrade
The text was updated successfully, but these errors were encountered: