-
-
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
module 'jinja2.utils' has no attribute 'escape' #10289
Comments
Having same issue, seems today released |
Jinja2 itself uses Sphinx, and does not have this issue building its docs. Sphinx does not appear to import |
yes the issue comes actually from |
* module 'jinja2.utils' has no attribute 'escape' sphinx-doc/sphinx#10289 * [BUG] module 'jinja2.utils' has no attribute 'escape' jupyter/nbconvert#1736
* module 'jinja2.utils' has no attribute 'escape' sphinx-doc/sphinx#10289 * [BUG] module 'jinja2.utils' has no attribute 'escape' jupyter/nbconvert#1736
When the cause is hidden somewhere in your dependency tree, as in my Flask app, you can workaround for the moment by adding explicit dependecy to your
|
* module 'jinja2.utils' has no attribute 'escape' sphinx-doc/sphinx#10289 * [BUG] module 'jinja2.utils' has no attribute 'escape' jupyter/nbconvert#1736
ghPages Action was failing with `'jinja2.utils' has no attribute 'escape'` which appears to be due to a recent update. Following recommended action of forcing requirement to the previous version. As per: sphinx-doc/sphinx#10289 (comment)
This also pins the jinja2 version to 3.0.3 as there is an ongoing issue with pybabel: sphinx-doc/sphinx#10289
Describe the bug
Getting this error in our builds since the latest release 3.1.0 of Jinja2.
How to Reproduce
https://github.com/Qiskit/qiskit-ibm-runtime/runs/5677789048?check_suite_focus=true#step:5:683
Expected behavior
Builds shouldn't fail.
Your project
https://github.com/Qiskit/qiskit-ibm-runtime/runs/5677789048?check_suite_focus=true#step:5:683
Screenshots
No response
OS
Mac
Python version
3.9
Sphinx version
4.4.0
Sphinx extensions
No response
Extra tools
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: