You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacOS build-installer.py script failing when building docs.
Error
cannot import name 'environmentfilter' from 'jinja2'
Details
Sphinx-3.2.1 has a dependency with Jinja (Requires-Dist: Jinja2 (>=2.3)). In the latest Jinja version the environmentfilter module isn't able to be imported, beginning with the 3.1.0 update.
Bug report
MacOS build-installer.py script failing when building docs.
Error
cannot import name 'environmentfilter' from 'jinja2'
Details
Sphinx-3.2.1 has a dependency with Jinja (Requires-Dist: Jinja2 (>=2.3)). In the latest Jinja version the environmentfilter module isn't able to be imported, beginning with the 3.1.0 update.
More info: pallets/jinja#1630
Your environment
CPython versions tested on: 3.10.4
Operating system and architecture: MacOS M1
The text was updated successfully, but these errors were encountered: