-
Notifications
You must be signed in to change notification settings - Fork 863
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
ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' #202
Comments
@IamBusy please use python 3.8 |
python3 -V |
any docker image can be used |
SinaBlockRecorder:Block |
@IamBusy @xinmans I have met the same problem in Python 3.8 and solved it by: 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. |
Traceback (most recent call last): |
python3 -m pip install --upgrade werkzeug==2.0.3 /mydev/zvt$ zvt |
python3 -m pip install --upgrade flask==2.1.3 to fix it, now can work |
@xinmans thank you, I had the same issue and your comments helped me to solve it. |
Would update all the related dep soon, would solve this problem. |
3.7 3.8 3.10都启动不了 |
pip install flask==2.1.3 werkzeug==2.0.1 这样就可以了,刚试了成功。 |
Follow the installation doc,I get the error:
python -m pip install -U zvt
The text was updated successfully, but these errors were encountered: