Open kgonia opened 1 year ago
I just run
pip install -r requirements.txt
in conda enviroment with python 3.8.10
I got error
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
Version MarkupSafe:2.1.0 doesn't have soft_unicode so temporary solution might be adding this
MarkupSafe<=2.0.1
to requirements.txt
get it, thanks
I just run
pip install -r requirements.txt
in conda enviroment with python 3.8.10
I got error
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
Version MarkupSafe:2.1.0 doesn't have soft_unicode so temporary solution might be adding this
MarkupSafe<=2.0.1
to requirements.txt