pip install -U weditor installation error error: subprocess-exited-with-error

1. pip install -U weditor installation error error: subprocess-exited-with-error    

Tried several ways:

2. Solution:

 2.1 Update module setuptools:

 pip install -U setuptools

 2.2 Install weditor again, still report error

pip install -U weditor   

 2.3 Clone weditor, then install weditor

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

 pip3 install -e weditor

 2.4 Lower the installed version of weditor

pip install weditor==0.6.4

  2.5 Check the version of weditor after the installation is successful

pip list | findstr weditor

 

 2.6 Start weditor in python

python -m weditor

  2.7 Browser interface display

 

2.8 Obtain the serial number of the device through cmd: adb devices

2.9 Enter the obtained device serial number into the browser Weditor and connect to start automatically installing ATX on the phone

2.10 Weditor can be used after the connection is successful

 

Guess you like

Origin blog.csdn.net/qq_40584683/article/details/126994316