# Imported here because that's where it was in the past
> from markupsafe import Markup, escape, soft_unicode
E ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/markupsafe/__init__.py)
Ref: https://github.com/pallets/markupsafe/issues/284
Temporary fix in https://github.com/pytorch/ignite/pull/2477
The issue can closed once we removed temporary fix.