thewhiteh4t / seeker

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

"no module named packaging" error #497

Open Mon0goescrazy opened 2 months ago

Mon0goescrazy commented 2 months ago

When i type: python3 seeker.py this error comes out: Traceback (most recent call last): File "/data/data/com.termux/files/home/seeker/seeker.py", line 20, in from packaging import version ModuleNotFoundError: No module named 'packaging'

thewhiteh4t commented 2 months ago

@TheNugget000 did you run install script before running the script ?