thewhiteh4t / seeker

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

"Externally managed" error #456

Closed sharma1312 closed 11 months ago

sharma1312 commented 12 months ago

Describe the Error / Feature Request

While typing the command ./seeker.sh or trying to execute the bash file, it is showing that this is externally managed, venv is not that nicely working for me,while using python3 seeker.py sometimes it is opening and some times traceback issue is encountering. While using pc to track location, the location is 4 hours far away. But it's ok as you said that using mobile can give us exact location. One more doubt, can't we track the location without asking their permission??

thewhiteh4t commented 12 months ago

@sharma1312 the externally managed error is coming from pip, this means that you need to install dependencies from your package manager manually, there are other workarounds also but it's better to simply install from package manager like apt etc

regarding permission, currently it is not possible to fetch it without asking for permissions because that is how browser and mobile security is designed to function