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
I've just started getting this import error as of a few days ago:
File "/azp/_work/1/s/antenv/lib/python3.10/site-packages/docxcompose/properties.py", line 9, in <module>
from docx.oxml import parse_xml
ImportError: cannot import name 'parse_xml' from 'docx.oxml'
It looks like the python-docx project has moved their oxml files as part of their bump from 0.8.11 to 1.0.0:
from: python-docx/docx/oxml
to: python-docx/src/docx/oxml
The text was updated successfully, but these errors were encountered:
Hi there!
I've just started getting this import error as of a few days ago:
It looks like the python-docx project has moved their oxml files as part of their bump from 0.8.11 to 1.0.0:
from: python-docx/docx/oxml
to: python-docx/src/docx/oxml
The text was updated successfully, but these errors were encountered: