python 3.13安装 web-editor 出现gbk 错误

      UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence

直接去

https://github.com/alibaba/web-editor

下载zip ,然后解压,,进入到文件夹里,

然后cmd执行

pip install -r requirements.txt 
pip install --no-cache-dir .

就可以安装成功了。。

你可能感兴趣的:(python,python,开发语言)