Traceback (most recent call last):
File ".\venv\docx\parts\document.py", line 105, in numbering_part
return cast(NumberingPart, self.part_related_by(RT.NUMBERING))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".\venv\docx\opc\part.py", line 124, in part_related_by
return self.rels.part_with_reltype(reltype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".\venv\docx\opc\rel.py", line 52, in part_with_reltype
rel = self._get_rel_of_type(reltype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".\venv\docx\opc\rel.py", line 98, in _get_rel_of_type
raise KeyError(tmpl % reltype)
KeyError: "no relationship of type 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering' in collection"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\code.py", line 3, in <module>
value = self._fget(obj)
^^^^^^^^^^^^^^^
File ".\venv\docx\parts\document.py", line 107, in numbering_part
numbering_part = NumberingPart.new()
^^^^^^^^^^^^^^^^^^^
File ".\venv\docx\parts\numbering.py", line 14, in new
raise NotImplementedError
NotImplementedError