Skip to content
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

Open
jjperez9000 opened this issue Jul 16, 2024 · 4 comments
Open

Basic import not working #9

jjperez9000 opened this issue Jul 16, 2024 · 4 comments

Comments

@jjperez9000
Copy link

jjperez9000 commented Jul 16, 2024

  • 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)

@nikhilro
Copy link
Contributor

#5 (comment)

Currently windows not supported. Daily is working on it.

@cbhirsch
Copy link

cbhirsch commented Nov 8, 2024

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.

@killerapp
Copy link

I'm getting this in Feb of 2025.

@rajeevrj256
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants