mongkok / fastapi-debug-toolbar

A debug toolbar for FastAPI.
https://fastapi-debug-toolbar.domake.io
BSD 3-Clause "New" or "Revised" License
138 stars 14 forks source link

Cannot Import name 'render_stacktrace' from 'debug_toolbar.utils' #37

Closed Anihouvi closed 8 months ago

Anihouvi commented 1 year ago
from debug_toolbar.utils import render_stacktrace

ImportError: cannot import name 'render_stacktrace' from 'debug_toolbar.utils' (/Users/venv/lib/python3.9/site-packages/debug_toolbar/utils.py)

Having the following issue: ORM: tortoise DB: postgresql python version: 3.9 fastapi 0.104.0

mongkok commented 8 months ago

Hey @Anihouvi , there is no render_stacktrace import here, maybe you installed a Django debug toolbar version. I close the issue, if you have any questions please let me know.