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
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
The jinja2 requirement also brings a dependency on marksafe. The latest version (2.1.3) removes soft_unicode, and therefore breaks this otherwise very useful script. I was able to work around this by modifying the requirements.txt file to look like this:
Jinja2==2.11.3
markupsafe==2.0.1
This fixed the issue. There was another error regarding a type conflict related to the log, but I simply set my log to false and I was able to get a nice html output.