Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RecursionError: maximum recursion depth exceeded in comparison #49

Open
xqqcylh6780 opened this issue Sep 19, 2023 · 2 comments
Open

RecursionError: maximum recursion depth exceeded in comparison #49

xqqcylh6780 opened this issue Sep 19, 2023 · 2 comments

Comments

@xqqcylh6780
Copy link

Can you please tell me how to solve this problem?

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

@AbdouSarr
Copy link

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 🙏

@wheel-is
Copy link

lmk if this gets resolved. Same issue on all google colab hardware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants