Getting an RecursionError
# support
v
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
Check for circular imports, temporarily increase the recursion limit and test the SDKs separately