Yu
Results
1
comments of
Yu
@IamBusy @xinmans I have met the same problem in Python 3.8 and solved it by: ```shell pip uninstall werkzeug pip install -v https://github.com/pallets/werkzeug/archive/refs/tags/2.0.1.tar.gz ``` Solution from https://stackoverflow.com/questions/71654590/dash-importerror-cannot-import-name-get-current-traceback-from-werkzeug-debu.