-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
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
ImportError: cannot import name 'escape' from 'jinja2' #157
Comments
SOLUTION Upgrade flask 1 to Flask V2 Go to this file Change this line from werkzeug import secure_filename |
How do you upgrade to flask v2? |
Modify the requirements.txt file |
You can also do pip install flask -U And that should work. |
hi I applied the suggested changes with and fixed some other issues here in #183 while a was at it, I dockerized the app so we can just it not perfect but at least can use the app |
pip installed excalbur-py under Python 3.10.4 in Windows 11
Had the configparser error
Upgraded to 5.2.0 as described in issue 151
Now have ImportError: cannot import name 'escape' from 'jinja2' error when trying to "excalibur initdb"
The text was updated successfully, but these errors were encountered: