Pip install openai failed

Hi, I met this while I was wrong the two pip commands, what should I do?

Thank you

https://pip.pypa.io/en/stable/installation/

Also possible it’s installed but not in your PATH

1 Like

You can try opening a terminal and type:
conda install pip

1 Like

Yes, I realize without calling the two “pip” command lines the code still works. They should have been installed already.

Try installing opeai using this command- “conda install -c conda-forge openai”
This command has successfully resolved the same issue for me as well.