VapiAI / python

MIT License
59 stars 25 forks source link

Requests lib required #3

Closed vchulski closed 6 months ago

vchulski commented 6 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'