Dec-31-2023, 08:19 AM
When i run
In the windows prompt i executed
import docxi get
Error:ModuleNotFoundError: No module named 'docx'
.In the windows prompt i executed
Output:(venv) C:\Users\Username>pip install python-docx
Requirement already satisfied: python-docx in c:\users\Username\venv\lib\site-packages (1.1.0)
Requirement already satisfied: lxml>=3.1.0 in c:\users\Username\venv\lib\site-packages (from python-docx) (5.0.0)
Requirement already satisfied: typing-extensions in c:\users\Username\venv\lib\site-packages (from python-docx) (4.9.0)
What is going wrong?