Having Trouble Importing Modules

So I am trying to import modules into Python 3.6 which I am using on my text editor, but it’s not installing it and it keeps giving me an error. How do I go about correcting this?

Trying to read on my phone and can’t make out the error text on the screenshot. Can you please paste the error text? As well as the the code you use to import?

failed with error code 1 in C:\Users\Evan Cruz\AppData\Local\Temp\pip-build-23k5bakl\python-docx\

This is the last part of the error.

Code: pip install python-docx

Is there more to the message? “It failed” is basically what that says, which doesn’t tell us much.

Welcome, evancruz.

I suggest you upgrade your version of pip, as you are 12 major versions behind, according to that warning.

Hope this helps

Do you know where I can upgrade PIP?

From the error message, it looks like it recommends you run the command

python -m pip install --upgrade pip