flask-api-tutorial icon indicating copy to clipboard operation
flask-api-tutorial copied to clipboard

cannot import name 'soft_unicode' from 'markupsafe' when running tox in part 1

Open gofurmzq opened this issue 3 years ago • 1 comments

ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/home/gofurmzq/Documents/authentication/.tox/py310/lib/python3.10/site-packages/markupsafe/init.py)

gofurmzq avatar Sep 07 '22 21:09 gofurmzq

solved with MarkupSafe==2.0.1, thanks!

gofurmzq avatar Sep 08 '22 00:09 gofurmzq