先放出来github的地址https://github.com/alibaba/web-editor,这个上面给了两种安装方式一种是:
pip3 install -U weditor 这种方式会报错误,
具体原因我也不知道。那就采用第二种方式
git clone https://github.com/openatx/weditor
pip3 install -e weditor
如果没有git需要先安装git,然后使用命令进行安装。在执行pip3 install -e weditor的时候产生了第二种问题,就是我的地址采用了中文路径,解决办法是找到weditor的目录复制到不含中文的路径下,然后cmd到相关路径在使用pip3 install -e weditor的命令