-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
I tried to build this demo from Mac computer with macOS Catalina Version 10.15.7, and it failed. The message says:
Starting demo_app_1 ... done
Attaching to demo_app_1
app_1 | Traceback (most recent call last):
app_1 | File "app.py", line 12, in
app_1 | from flask import Flask, render_template, jsonify, request
app_1 | File "/usr/local/lib/python3.7/site-packages/flask/init.py", line 14, in
app_1 | from jinja2 import escape
app_1 | ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.7/site-packages/jinja2/init.py)
demo_app_1 exited with code 1
Is it caused by OS or some package dependencies? Thanks!
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done