Emile Caron
Emile Caron
Same issue here, MBP M1 as well.
You can also monkeypatch the thing: ``` from pptx.oxml.shapes.table import CT_Table style_id = '{2D5ABB26-0587-4C30-8999-92F81FD0307C}' CT_Table.new_tbl = partial(CT_Table.new_tbl, tableStyleId=style_id) ``` **edit: CT_Table was moved to pptx.oxml.table in recent versions. works fine...
Same issue with `4.6.0` fresh install (`VitrioFS` disabled). Downgrading to `4.5.0` fixes the issue.
same thing here. workaround was fine before upgrading to 3.11