ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘

ImportError: cannot import name ‘soft_unicode’ from ‘markupsafe’ (/usr/lib/python3/dist-packages/markupsafe/init.py)

使用dirsearch的时候报错了,记录一下,运行其他python脚本时可能也会遇到这样的问题

ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘_第1张图片

看了一下是安装了这个库的

pip show markupsafe

ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘_第2张图片
升级一下库,指定安装2.0.1

pip install markupsafe==2.0.1 

ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘_第3张图片成功
ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘_第4张图片

你可能感兴趣的:(报错,python,ubuntu,开发语言,安全,linux)