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

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了

猜你喜欢

转载自blog.csdn.net/qq_40584683/article/details/126994316