Hi everyone,
We are working on a slicelet on Slicer v4.11.20210226. We are installing a library call weasyprint during compilation time. Everything is working fine in development environment. However, when we generate the installer, the application crashes at
import weasyprint
and generate an error when trying to do:
from PIL import Image
Same thing on slicer stable version. However, on the preview version, everything is fine.
Could anyone give me a hint to know what could have solved this issue at install?