sfirke commented on issue #31013: URL: https://github.com/apache/superset/issues/31013#issuecomment-2721878073
I would guess that's why it was removed from the `lean` / "production" image. I agree it should be added to the Alerts & Reports docs. FWIW I have just switched my alerts / reports to use Playwright instead of Selenium, using a feature flag. Since then, without `pillow` in my image, I still get this notice in the logs: ``` superset_init | 2025-03-13 16:21:03,246:INFO:superset.utils.screenshots:No PIL installation found superset_init | 2025-03-13 16:21:03,871:INFO:superset.utils.pdf:No PIL installation found ``` But reporting succeeds anyway. I wonder if many orgs have started using Playwright and thus don't perceive this issue. -- 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]
