python安装weditor报错error subprocess-exited-with-error的解决方法
使用pip安装weditor失败,报错内容:

解决方法:
第一步输入 git clone https://github.com/openatx/weditor
第二步 输入 pip3 install -e weditor


验证结果 python -m weditor


使用pip安装weditor失败,报错内容:

解决方法:
第一步输入 git clone https://github.com/openatx/weditor
第二步 输入 pip3 install -e weditor


验证结果 python -m weditor

