Hello, I get the error ImportError: cannot import name 'Vapi' from 'vapi_python' after pip install vapi_python when I write out from vapi_python import Vapi
v
Vapi
02/20/2025, 10:00 PM
Hey can share your code in a github repo?
v
VapiLLM
02/28/2025, 6:52 PM
ImportError: cannot import name 'Vapi' from 'vapi_python
VapiLLM
02/28/2025, 6:52 PM
this is the only code. I pip install vapi and then just ran this code: from vapi_python import Vapi