When trying to look at this project I got an error:
"error: can't copy 'docx/templates/default-docx-template': doesn't exist or not a regular file"
Googleing the error found a different project with same, so I tried manually installing docx
"pip install python-docx==0.8.10"
Re-ran install successfully.
Thanks for raising an issue.
This is an anomoly with python-docx; the package is named python-docx but imported as docx.
python-docx==0.8.6 is already in requirements.txt
When trying to look at this project I got an error: "error: can't copy 'docx/templates/default-docx-template': doesn't exist or not a regular file" Googleing the error found a different project with same, so I tried manually installing docx "pip install python-docx==0.8.10" Re-ran install successfully.