You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing the issue described here: Kozea/WeasyPrint#915 currently due to mismatch in the version of the docker base image, GTK cairo, and the Weasyprint.
The text was updated successfully, but these errors were encountered:
Actually, we are installing Cairo without specifying any version number. But it's by default installing to a version less than the 1.15.4 (minimum for the latest version of the Weasyprint) for our base image. So, for using the latest Weasprint, we might need to tinker with our base image.
Although the main issue due to this we are facing is a warning which appears with any management command running. Otherwise, we don't encounter any rendering issue (as specified in the warning message) in our limited use of the Weasyprint.
We are facing the issue described here: Kozea/WeasyPrint#915 currently due to mismatch in the version of the docker base image, GTK cairo, and the Weasyprint.
The text was updated successfully, but these errors were encountered: