You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
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/