I couldnt found a solution "ansewered" here, so I'll post what I found of bug and the solution that I made here and the links that helped me.
The problem was: When I was importing the docx
import docx
I got the bug:
import docx
Traceback (most recent call last):
File "<ipython-input-3-326e089686b3>", line 1, in <module>
import docx
File "C:\Users\T722696\AppData\Roaming\Python\Python37\site-packages\docx.py", line 30, in <module>
from exceptions import PendingDeprecationWarning
ModuleNotFoundError: No module named 'exceptions'