Jinja2 version #51
horizon-mm
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for posting this. Another possible option is to include the jinja2 version in the conda install instructions: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The newest version of Jinja2 doesn't work with the installation config described in Wiki, possibly due to the fact that Jinja2_3.1.1 has change the way to import Markup.
pip install Jinja2==3.0.3 can fix that.
Beta Was this translation helpful? Give feedback.
All reactions