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
Describe the bug
Objection Currently Using escape which is improted from MarkUP from markupsafe import escape
Solution
pip install Jinja2==3.0.3
Expected behavior
ImportError: cannot import name 'escape' from 'jinja2' (C:\Users_\AppData\Local\Programs\Python\Python39\lib\site-packages\jinja2_init_.py)
Environment (please complete the following information):
Device:
OS: Windows 11
Objection Version 1.11.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Objection Currently Using escape which is improted from MarkUP from markupsafe import escape
Solution
pip install Jinja2==3.0.3
Expected behavior
ImportError: cannot import name 'escape' from 'jinja2' (C:\Users_\AppData\Local\Programs\Python\Python39\lib\site-packages\jinja2_init_.py)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: