In some cases, a Segmentation Fault occurs when `python-pptx` is loaded. The issue seems to stem from the `Pillow` dependency. A current workaround is to downgrade `Pillow`: `pip install 'pillow==8.1.2' --force-reinstall`
In some cases, a Segmentation Fault occurs when
python-pptxis loaded.The issue seems to stem from the
Pillowdependency. A current workaround is to downgradePillow:pip install 'pillow==8.1.2' --force-reinstall