kibaffo33 / aws_transcribe_to_docx

Produce Word Document, CSV or SQLite transcriptions using the automatic speech recognition from AWS Transcribe.
MIT License
163 stars 64 forks source link

missing docx from requirments #2

Closed ChrisUAM closed 5 years ago

ChrisUAM commented 5 years ago

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.

kibaffo33 commented 5 years ago

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