You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsonable_encoder(
File "/usr/local/lib/python3.10/dist-packages/fastapi/encoders.py", line 226, in jsonable_encoder
if isinstance(obj, classes_tuple):
File "/usr/lib/python3.10/abc.py", line 119, in instancecheck
return _abc_instancecheck(cls, instance)
RecursionError: maximum recursion depth exceeded in comparison
The text was updated successfully, but these errors were encountered:
I've been encountering the same issue as well (via the quickstart Colab running on a T4 GPU). Commenting in case there's a future update from Kevin regarding the fix 🙏
jsonable_encoder(
File "/usr/local/lib/python3.10/dist-packages/fastapi/encoders.py", line 226, in jsonable_encoder
if isinstance(obj, classes_tuple):
File "/usr/lib/python3.10/abc.py", line 119, in instancecheck
return _abc_instancecheck(cls, instance)
RecursionError: maximum recursion depth exceeded in comparison
The text was updated successfully, but these errors were encountered: