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
Hi all, coincidentally, one year later I ran into this same problem.
I solved it by simply removing jinja2, the use of jinja2 is overkill for such a simple case IMO. This removes the import error. FWIW, soft_unicode has been renamed to soft_str in the jinja2 dependency markupsafe. Instead of jinja2, I am using a multiline string as a Python template.
based on https://stackoverflow.com/a/72747002/1766261 you have to downgrade markupsafe
for example
The text was updated successfully, but these errors were encountered: