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?