/home/nav168/venv/lib/python3.6/site-packages/weasyprint/document.py:34: UserWarning: There are known rendering problems and missing features with cairo < 1.15.4. WeasyPrint may work with older versions, but please read the note about the needed cairo version on the "Install" page of the documentation before reporting bugs. http://weasyprint.readthedocs.io/en/latest/install.html
'There are known rendering problems and missing features with '
Hello,
This message is just a warning, not an error, and shouldn't prevent WeasyPrint from working.
@amarnav Can I close this issue?
Just a question about this warning. Is there any way to hide it when executing WeasyPrint?
Just a question about this warning. Is there any way to hide it when executing WeasyPrint?
Good idea, I've just added a --quiet parameter.
Thank you very much!
Most helpful comment
Good idea, I've just added a
--quietparameter.