-
Notifications
You must be signed in to change notification settings - Fork 32
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. |
I am using python 3.12.9 on Windows 11 and downloaded via However, I received a pip info: "INFO: pip is looking at multiple versions of vapi-python to determine which version is compatible with other requirements." So, expecting to get the latest version (0.1.9), I got 0.1.0. And this version is basically empty. I checked the file in "venv\Lib\site-packages\vapi_python\vapi_python.py. It contains only two lines of code. Trying to specify the package install with ERROR: Could not find a version that satisfies the requirement daily-python (from vapi-python) (from versions: none) So, reading also issue #5, it's still not fixed for Windows. |
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: