ignite icon indicating copy to clipboard operation
ignite copied to clipboard

CI failure with recent markupsafe release

Open vfdev-5 opened this issue 3 years ago • 1 comments

    # 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)
  • https://github.com/pytorch/ignite/runs/5250538975?check_suite_focus=true

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.

vfdev-5 avatar Feb 18 '22 17:02 vfdev-5

Hey 👋, I've just created a thread for this issue on PyTorch-Ignite Discord where you can quickly talk to the community on the topic.

🤖 This comment was automatically posted by Discuss on Discord

github-actions[bot] avatar May 30 '23 15:05 github-actions[bot]