prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Error while installing fbprophet 0.7.1

Open souravc83 opened this issue 2 years ago • 2 comments

We are using fbprophet as a dependency in our open source time series library Kats. Our recent github build fails, with the error:

ModuleNotFoundError: No module named 'convertdate'

This build used to pass till 2 weeks ago, with the exact same version of fbprophet. Has anything changed, causing the build to fail? (P.S. We cannot upgrade Prophet currently, because it will break a number of things on our end).

Searching around, I came across a similar issues in 2020. Don't know if this is related.

souravc83 avatar Apr 27 '23 22:04 souravc83

did you try to run pip install convertdate? it should work

AlexandroLuis avatar May 09 '23 18:05 AlexandroLuis

did you try to run pip install convertdate? it should work

I tried, but it didn't work, unfortunately. But installing prophet rather than fbprophet solved my issue according to the blog https://medium.com/@cuongduong_35162/facebook-prophet-in-2023-and-beyond-c5086151c138

tedpelas avatar Jan 06 '24 14:01 tedpelas