android-sdk-tools icon indicating copy to clipboard operation
android-sdk-tools copied to clipboard

No module named 'requests'

Open AlfianIhsani01 opened this issue 1 year ago • 1 comments

when i run python get_source.py it says No module named 'requests'. Is there something wrong

AlfianIhsani01 avatar Oct 15 '24 05:10 AlfianIhsani01

pip3 install requests

the requests module is not used, you can remove the download and untar methods

lzhiyong avatar Oct 17 '24 07:10 lzhiyong