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
At the moment, the dependency requires Jinja2<3,>=2.7.3. However, this is not compatible with python 3.10.
Forcing Jinja2==3.1.2 seems to work on my system (tested on python 3.10).
The text was updated successfully, but these errors were encountered:
Forcing Jinja2==3.1.2 causes Escher to regress to 1.6.0 for me, is that right? Would be great to fix this if possible so that people on python 3.10 can use the latest version of escher
Probably the quickest way to get changes into Escher right now is to open a PR. I’m happy to merge and sort out how to do a new release (it’s only been like 4 years!)
At the moment, the dependency requires Jinja2<3,>=2.7.3. However, this is not compatible with python 3.10.
Forcing Jinja2==3.1.2 seems to work on my system (tested on python 3.10).
The text was updated successfully, but these errors were encountered: