We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed build running into:
ImportError: cannot import name 'escape' from 'jinja2'
Per SO post due to depreciation of the escape function in more recent versions of jinja2 https://stackoverflow.com/questions/71718167/importerror-cannot-import-name-escape-from-jinja2
jinja2
FIX:
force requirements by adding:
jinja2<3.1.0
to the requirements file.
The text was updated successfully, but these errors were encountered:
@synesthesiam thanks for the setup btw.
Sorry, something went wrong.
No branches or pull requests
Failed build running into:
Per SO post due to depreciation of the escape function in more recent versions of
jinja2
https://stackoverflow.com/questions/71718167/importerror-cannot-import-name-escape-from-jinja2
FIX:
force requirements by adding:
to the requirements file.
The text was updated successfully, but these errors were encountered: