egirault / googleplay-api

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
878 stars 374 forks source link

requests.py #32

Open labqt001 opened 10 years ago

labqt001 commented 10 years ago

python search.py earth Traceback (most recent call last): File "search.py", line 10, in from googleplay import GooglePlayAPI File "/home/user/googleplay/googleplay-api-master/googleplay.py", line 7, in import requests ImportError: No module named requests

RankoR commented 10 years ago

sudo apt-get install python-requests will help you.