Open denzardten opened 1 year ago
ModuleNotFoundError: No module named 'exceptions'
Apparently caused by the docx module with Python 3. Instead of installing docx, install python-docx.
As per https://stackoverflow.com/questions/22765313/when-import-docx-in-python3-3-i-have-error-importerror-no-module-named-excepti/44233838#44233838
ModuleNotFoundError: No module named 'exceptions'