-
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
Having issues with Vapi_python dependencies. #5
Comments
Same |
same |
I figured it out... its the pypi we have to install from git,,, the pypi has been delted all files are empty.! |
I have also run into this problem and have resorted to using the API with requests and basically putting together my own internal package. |
same issue |
What's the endpoint to send a message to the Assistant from the User? I couldn't figure it out. |
Update I'm getting an error with one of the dependencies of Vapi, now. It says that the
|
hey y'all, sorry about the delay. try now: https://pypi.org/project/vapi-python |
This isn't working, I have tried it today. |
Hi there, sorry for the delay. Seems I'm unable to reproduce on my end on a fresh install. Can you try
|
Same. @jordancde even your latest uninstall/reinstall doesn't work |
Okay, I figured out the cause, the dependency Trying in WSL now |
@namanyayg did you find the solution? |
WSL2 seems to work (WSL1 won't, don't bother trying). But it seems to have much worse latency than Vapi Web. |
Confirmed with Daily. They expect to have Windows support by July. |
Same error on raspberry pi zero, how could I confirm if underlying module is responsible ? |
same error |
windows is not supported: daily-co/daily-python#7 |
I have solved with:
|
Any news on that ? Working with wsl is so limiting. Thanks. |
I believe they have started work on it, let me check the ETA |
End of Oct or Mid Nov~ |
any update on this? thanks |
any update on this? thanks |
Hi @makerGeek, No update yet. It's definitely on our radar though. |
Description
As according to instructions provided in the Readme file, I installed vapi_python using the following command:
pip install vapi_python
And I executed the following code to test the connection:
(Please note that the key id and assistant id work and they have been anonymized)
I am getting the following error when executing this code:
Traceback (most recent call last): File "E:\code\python_playground\vapi_test.py", line 1, in <module> from vapi_python import Vapi ImportError: cannot import name 'Vapi' from 'vapi_python' (X:\Users\vihan\AppData\Local\Programs\Python\Python311\Lib\site-packages\vapi_python\__init__.py)
Can someone explain me the cause of this error or an alternative to avoid it? The pip package installation of vapi_python is successful.
The text was updated successfully, but these errors were encountered: