I am developing an interview voicebot using google colab where I am cloning the client-sdk of vapi and server-sdk of vapi .
When I am import the vapi it is giving me :
RecursionError: maximum recursion depth exceeded in __instancecheck__
k
Kings_big💫
04/17/2025, 7:41 AM
Check for circular imports, temporarily increase the recursion limit and test the SDKs separately