Skip to content

Commit 78e3661

Browse files
authored
Fix ImportError: 'get_current_traceback' from 'werkzeug.debug.tbtools'
Fix for ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' conflict with dash for studio celery-beat | from .dash_demo import app celery-beat | File "/app/monitor/dash_demo.py", line 8, in <module> celery-beat | import dash celery-beat | File "/usr/local/lib/python3.8/site-packages/dash/__init__.py", line 5, in <module> celery-beat | from .dash import Dash, no_update # noqa: F401,E402 celery-beat | File "/usr/local/lib/python3.8/site-packages/dash/dash.py", line 22, in <module> celery-beat | from werkzeug.debug.tbtools import get_current_traceback celery-beat | ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' (/usr/local/lib/python3.8/site-packages/werkzeug/debug/tbtools.py) Reproduce the error: 1- Install stackn (docker-compose up) Ref: plotly/dash#1993
1 parent d286de3 commit 78e3661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/studio/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ sqlparse==0.4.2
5353
urllib3==1.26.8
5454
vine==5.0.0
5555
watchdog==2.1.6
56+
Werkzeug==2.0.3

0 commit comments

Comments
 (0)