Python client sdk,
# support
s
from vapi_python import Vapi ImportError: cannot import name 'Vapi' from 'vapi_python'
v
@Sudarshan It seems like there might be a misunderstanding with the package name or import statement. The correct package name is
@vapi-ai/web
and it should be used with JavaScript or TypeScript. If you're working with Python, please ensure that you have the correct package for Python, as
@vapi-ai/web
is intended for use with JavaScript environments. If you are indeed working with JavaScript or TypeScript, make sure to import the package as shown below:
Copy code
javascript
import Vapi from "@vapi-ai/web";
If you're looking for a Python package, please check the correct package name on the Python Package Index (PyPI) or the documentation provided by VAPI for Python developers. If you need further assistance with the Python package, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
5 Views