ImportError
#26
by
jxm
- opened
I installed with the vLLM instructions and got the following error:
from openai.types.responses.response_function_web_search import (
ImportError: cannot import name 'ActionFind' from 'openai.types.responses.response_function_web_search' (/home/jack/anaconda3/lib/python3.12/site-packages/openai/types/responses/response_function_web_search.py)
Do I need to update something else as well?
It worked when I updated my openai
package. Duh.
jxm
changed discussion status to
closed
Try
pip install -U openai