VapiAI / client-sdk-python

MIT License
65 stars 27 forks source link

Requests lib required #3

Closed vchulski closed 7 months ago

vchulski commented 7 months ago

Description

I am trying to use the library according to the instructions in the README.md After installing the library I am trying to run import and it doesn't work as it has requests dependency which is not reflected in the requirements.txt file

What I Did

pip install vapi_python
python -c "from vapi_python import Vapi"

Received

ModuleNotFoundError: No module named 'requests'