-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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' #489
Comments
Specify this in your requirements.txt as a workaround:
|
Hi had the same issue so i tried your workaround but it gives me now another error:
|
For those having this issue is because the last version of Werkzeug are not compatible. Solved this issue with : |
it doesn't work either |
There are some updates on Jinja2 package. To solve the issue change in the "requirements" the flask version to flask=2.1.0 and re-run the code |
Hey @edeng23 can you update requirements? Or should I submit a PR? |
Can you please submit a PR? |
If you try running
python backtest.py
, you will get this error:Similar issue in another project - pallets/flask#4494
The text was updated successfully, but these errors were encountered: