공부
[python] ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/Users/seunggab.kim/seunggabi/project/umzzal-kim/venv/lib/python3.8/site-packages/markupsafe/__init__.py)
승가비
2022. 8. 9. 01:08
728x90
pip3 install markupsafe==2.0.1
https://github.com/aws/aws-sam-cli/issues/3661
ImportError: cannot import name 'soft_unicode' from 'markupsafe' in Release 1.38.0 · Issue #3661 · aws/aws-sam-cli
I'm building the sam project on github action and since the upgrade of sam-cli to 1.38.0, i'm getting following error when i build project Python version: 3.10.2 & 3.8.12 (Tried both ve...
github.com
728x90