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.53k stars 4.54k forks source link

Prophet inoperable after Catalina update #1703

Closed sbaumbaugh closed 3 years ago

sbaumbaugh commented 4 years ago

Hello all,

after updating Catalina to 10.15.7 and updating R and R studio (1.3.1093) , Prophet continues to deliver this response.

Any help would be greatly appreciated as I prepare a corporate presentation.

Screen Shot 2020-10-07 at 4 36 59 PM

sbaumbaugh commented 4 years ago

this being related to a slightly older issue that I can't seem to overcome.

I uninstalled prophet and reinstalled and ran devtools::clean_dll() with no positive results. Screen Shot 2020-10-08 at 11 51 10 AM

bletham commented 4 years ago

There was recently a spate of issues in OSX+R that I still haven't quite figured out; various people seem to have found different things that worked out. Here are some to try:

If you have success with any of these please let me know, I'm not sure what the source of this error is or what the correct fix is.

sbaumbaugh commented 4 years ago

Hey Ben,

I appreciate all the info, what has worked is un-installing prophet, then #1604, close R, restart machine and open R. it seems to be working fine.

Prophet has become my go to when forecasting monthly and quarterly sales and it is odd that every time I update my Mac, something affects prophet functionality.

I truly appreciate the help and apologize for the re-occuring issues.

Thank you Ben.

mmparker commented 4 years ago

I had similar problems on OSX, and after reading through many of the related issues here, I wanted to note that I think what finally worked for me was install.packages('prophet', type = 'source') AND a restart. I'd thrown just about everything at it without luck until that restart.

bletham commented 3 years ago

We just pushed a new version 1.0 to CRAN in which we hope this issue is resolved.

sbaumbaugh commented 3 years ago

Use the install.packages("prophet", type = "source”) to obtain the current version?

On Apr 2, 2021, at 7:16 PM, Ben Letham @.***> wrote:

We just pushed a new version 1.0 to CRAN in which we hope this issue is resolved.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/facebook/prophet/issues/1703#issuecomment-812762336, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPRVUOLF5YRT5BV76F6USDTGZM43ANCNFSM4SH6C36Q.

CharleyDublin commented 6 months ago

That worked, thank you