No matching distribution found for exceptions when Python installs docx package

Python installation docx package runs with errors

ERROR: No matching distribution found for exceptions

reason

Docx package is a third-party library developed with Python 2 for Word 2007. With the upgrading of word, especially the upgrading of Python version, it is no longer applicable. You can install a new word processing package to solve the problem.

pip install python-docx

Read More: