-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic import not working #9
Comments
Currently windows not supported. Daily is working on it. |
After some exploration it looks like the issue has to do with daily-python not being in the PyPI library. Therefore since this is a required library the whole download seems to fail. |
I'm getting this in Feb of 2025. |
ImportError: cannot import name 'Vapi' from 'vapi_python' I have tried installing vapi_python using both pip install vapi_python and pip install git+https://github.com/VapiAI/client-sdk-python.git, but I keep running into dependency issues, particularly with daily-python. |
Description
For some reason the basic pip installation isn't working.
Looks like Vapi isn't detected in the vapi_python package.
What I Did
from vapi_python import Vapi
results in:
ImportError: cannot import name 'Vapi' from 'vapi_python' (c:\Python311\Lib\site-packages\vapi_python_init_.py)
The text was updated successfully, but these errors were encountered: