Python SDK not working on windows 10
# support
r
The problem is that when running “from vapi_python import Vapi” I get the error “No module named ‘daily’”. Anyone know how to solve this @User?
u
Hey @roddatascience_46876 , Thanks for reaching out with your issue. In your python environment you have to install padas library. You can install daily python with following command: pip install daily
Let me know if this is working or the issue still persists
r
I do have pandas already. Is it pip install daily or “daily-python” because from some debugging that I did, the right library seems to be “daily-python” which does not have a windows version. That’s why when I pip install vapi_python the library daily-python, which is a dependency, doesn’t get installed.
u
Yes, i did some research it should be daily-python . That's the correct daily client sdk call for python
r
Yes, but it doesn’t exist for windows, so the library vapi_python doesn’t work.
Anyway, I got it to work using the widget, but just thought you should be aware of this bug..
3 Views