Error while installing fbprophet 0.7.1
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.
did you try to run pip install convertdate? it should work
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