VapiAI/client-sdk-python

Basic import not working

jjperez9000 opened this issue · 7 comments

  • Vapi Python SDK version: 0.1.0
  • Python version: 3.11.5
  • Operating System:

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)

#5 (comment)

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.