elapouya / python-docx-template

Use a docx as a jinja2 template
GNU Lesser General Public License v2.1
1.91k stars 378 forks source link

DEPRICATION of dependency libraries due to pip version update to 23.1 in future #486

Closed MuhammadAhmad902 closed 1 year ago

MuhammadAhmad902 commented 1 year ago

Installing collected packages: python-docx, docxcompose, docxtpl

DEPRECATION: python-docx is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for python-docx ... done

DEPRECATION: docxcompose is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for docxcompose ... done

elapouya commented 1 year ago

closing this issue because python-docx and docxcompose is not part of the projet Nevertheless, note that docxtpl will use soon poetry thus a pyproject.toml will be created.