We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug server.py failed with ImportError: cannot import name 'escape' from 'jinja2'
To Reproduce Steps to reproduce the behavior:
Software/Hardware (please complete the following information):
Workaround
sudo pip uninstall jinja2
sudo pip uninstall werkzeug
sudo pip install Jinja2==3.0.3
sudo pip install werkzeug==2.0.2
see pallets/flask#4494
The text was updated successfully, but these errors were encountered:
pin jinja2 and werkzeug #216
35dcf57
Fixed in release 2.3.4
Sorry, something went wrong.
Stefal
No branches or pull requests
Describe the bug
server.py failed with ImportError: cannot import name 'escape' from 'jinja2'
To Reproduce
Steps to reproduce the behavior:
Software/Hardware (please complete the following information):
Workaround
sudo pip uninstall jinja2
sudo pip uninstall werkzeug
sudo pip install Jinja2==3.0.3
sudo pip install werkzeug==2.0.2
see pallets/flask#4494
The text was updated successfully, but these errors were encountered: