wmdb soft_unicode missing
Telekors opened this issue · 2 comments
Telekors commented
soft_unicode is depreciated from the markupsafe toolkit and thus wmdb no longer works.
The temporary fix for this issue is to install the older version of markupsafe, in pipx thats done with the following command:
pipx inject witnessme --pip-args install markupsafe==2.0.1
Donovoi commented
Same issue for me.
Thank you for the workaround!