Import openai module not found error in simple chatbot script

I am brand new to this. I copied the simple chatbot script from chatgpt 3, and installed python 3.11, and the mu editor. I try to run the script in windows 10 pro and I get “module not found” error. I have verified that the module is installed, in the default location, the path is correct.

Here is the code from my script:
import openai
ModuleNotFoundError: No module named ‘openai’

help this noobie out please. What am I doing wrong?

Welcome to the OpenAI community @grayglennsr
Did you install the python openAI package ?

pip install openai

Alternatively, ChatGPT is an excellent resource to guide you through your first steps with Python. Here are its recommendations for the issue you are facing: https://chat.openai.com/share/d3aca672-3676-417e-95f5-7c8f99b97e73