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

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

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第1张图片

试了好几种方式:

2、解决方法:

 2.1 更新模块setuptools:

 pip install -U setuptools

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第2张图片

 2.2 再次安装weditor,依旧报错

pip install -U weditor   

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第3张图片

 2.3 克隆weditor,再安装weditor

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

 pip3 install -e weditor

  2.4 降低下weditor的安装版本

pip install weditor==0.6.4

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第4张图片

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

pip list | findstr weditor

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第5张图片

 

 2.6 在python中启动weditor

python -m weditor

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第6张图片

  2.7 浏览器界面展示

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第7张图片

 

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

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第8张图片

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

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第9张图片

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

pip install -U weditor 安装报错 error: subprocess-exited-with-error_第10张图片

 

你可能感兴趣的:(Android,python,pip,python,测试工具)