1、pip install -U weditor 安装报错 error: subprocess-exited-with-error    

试了好几种方式:

2、解决方法:

 2.1 更新模块setuptools:

 pip install -U setuptools

 2.2 再次安装weditor,依旧报错

pip install -U weditor   

 2.3 克隆weditor,再安装weditor

git clone https://github.com/openatx/weditor
 

 pip3 install -e weditor

  2.4 降低下weditor的安装版本

pip install weditor==0.6.4

  2.5 安装成功后查看weditor的版本

pip list | findstr weditor

 

 2.6 在python中启动weditor

python -m weditor

  2.7 浏览器界面展示

 

2.8 通过cmd: adb devices 获取设备序列号

2.9 将获取的设备序列号输入在浏览器Weditor中并connect,开始自动安装ATX到该手机上

2.10连接成功后就可以使用weditor了

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐