thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.71k stars 1.62k forks source link

Module not found #494

Closed vvatermelon-dev closed 4 months ago

vvatermelon-dev commented 5 months ago

Describe the Error / Feature Request

---~/storage/seeker $ python3 seeker.py Traceback (most recent call last): File "/data/data/com.termux/files/home/storage/seeker/seeker.py", line 12, in import utils File "/data/data/com.termux/files/home/storage/seeker/utils.py", line 2, in import requests ModuleNotFoundError: No module named 'requests'

To Reproduce


Expected behavior


Screenshots


Please complete the following information :

thewhiteh4t commented 5 months ago

@vvatermelon-dev go through README and follow install instructions and google about the error

vvatermelon-dev commented 5 months ago

thanks bro