pytest_commander
pytest_commander copied to clipboard
importerror: cannot import name soft_unicode from markupsafe
I installed pytest_commander and run it, it reported importerror: cannot import name soft_unicode from markupsafe
The solution I found is to uninstall the default markupsafe and reinstall the older version.
pip install markupsafe==2.0.1
https://www.datasciencelearner.com/importerror-cannot-import-name-soft-unicode-from-markupsafe-solved/