Requests lib required
vchulski opened this issue · 0 comments
vchulski commented
- Vapi Python SDK version: 0.1.8
- Python version: 3.10.4
- Operating System: macOS (Sonoma 14.2.1)
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'