ModuleNotFoundError: No module named 'openai'
python -m pip install openai
python -c "import openai; print(openai.__version__)"
Success! openai version x.y.z (e.g., 2.4.0)