arkid15r commented on issue #24619: URL: https://github.com/apache/superset/issues/24619#issuecomment-1629610003
It seems that the issue is caused by the difference of approaches Superset (carefully pinned) and Prophet (minimum version) have been using for their requirements management. I filed https://github.com/apache/superset/issues/24619 but I don't think it provides anything but just a temporary `holidays` library version match for both packages. I believe the easiest workaround for the issue would be something like `pip install "holidays < 0.18" prophet` (tested in `apache/superset:2.1.1rc1`). I hope this helps. Let me know if you have ideas on how to tackle this in a better way. Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
