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
Traceback (most recent call last):
File "/app.py", line 8, in
from flask import Flask, jsonify, request
File "/usr/local/lib/python3.8/site-packages/flask/init.py", line 14, in
from jinja2 import escape
ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.8/site-packages/jinja2/init.py)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/app.py", line 8, in
from flask import Flask, jsonify, request
File "/usr/local/lib/python3.8/site-packages/flask/init.py", line 14, in
from jinja2 import escape
ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.8/site-packages/jinja2/init.py)
The text was updated successfully, but these errors were encountered: