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
The reason for this error is that the Flask version in the requirements file of the project is not consistent with the Jinja2 version. Uninstall Flask and then install it again.
ImportError: cannot import name 'Markup' from 'jinja2'
How to deal with it?
The text was updated successfully, but these errors were encountered: