removeActivationLock icon indicating copy to clipboard operation
removeActivationLock copied to clipboard

no Module named requests...

Open mcnahum opened this issue 6 years ago • 0 comments

Hello, I have the below issue with the py file:

File "./getbypasscode.py", line 10, in import requests, argparse ImportError: No module named requests

After Googling a little bit, I found that I must install requests

I did with : "pip3 install requests" but it's still the same error... any idea how to push the troubleshooting ...?

mcnahum avatar May 22 '19 15:05 mcnahum