Python Error When Installing OpenAI - "subprocess-exited-with-error"

1st Feb 2023

OpenAI

If you are just getting started with OpenAI's ChatGPT, you have probably found yourself on the first page of the documentation section. At the time of this writing, the first order of business is to install the official Python bindings using:

pip install openai

If your results were like mine...