pip install -U weditor 安装报错 error: subprocess-exited-with-error
pip install -U weditor 安装报错 error: subprocess-exited-with-erro
·
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了
更多推荐
已为社区贡献1条内容
所有评论(0)