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
I am working on a Dash app and it was working great till yesterday. When I tried today, I am seeing the following:
Traceback (most recent call last):
File "/app/app-v2.py", line 12, in
import dash
File "/usr/local/lib/python3.9/site-packages/dash/init.py", line 5, in
from .dash import Dash, no_update # noqa: F401,E402
File "/usr/local/lib/python3.9/site-packages/dash/dash.py", line 18, in
from werkzeug.debug.tbtools import get_current_traceback
ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' (/usr/local/lib/python3.9/site-packages/werkzeug/debug/tbtools.py)
I am running the app on macOS Catalina. Happy to provide more details.
woodruffw, fdosani, jlf-incom, mmonto95, deepyaman and 24 more