Pip install --upgrade openai

ERROR: Failed building wheel for pydantic-core

command has stopped with error message
"[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pydantic-core
Failed to build pydantic-core
ERROR: Could not build wheels for pydantic-core, which is required to install pyproject.toml-based projects"

Hey and welcome to the community,

Try installing pydantic by itself using pip install pydantic and see if that helps.

1 Like