thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.85k stars 1.65k forks source link

this error is coming up after entering seeker.py #412

Closed Vireshwar313 closed 1 year ago

Vireshwar313 commented 1 year ago

after entering seeker.py i am getting this error :-

ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.10/collections/init.py)

thewhiteh4t commented 1 year ago

@Vireshwar313 add screenshots

Vireshwar313 commented 1 year ago

2022-11-07 17_38_27-kali-linux-2022 3-virtualbox-amd64  Running  - Oracle VM VirtualBox

thewhiteh4t commented 1 year ago

@Vireshwar313 try pip3 install --upgrade urllib3 and run seeker again

Vireshwar313 commented 1 year ago

2022-11-07 17_48_21-kali-linux-2022 3-virtualbox-amd64  Running  - Oracle VM VirtualBox

still same error

thewhiteh4t commented 1 year ago

@Vireshwar313 send output of : python3 -V python3 -c "import requests"

Vireshwar313 commented 1 year ago

2022-11-07 17_57_17-kali-linux-2022 3-virtualbox-amd64  Running  - Oracle VM VirtualBox

thewhiteh4t commented 1 year ago

@Vireshwar313 pip show requests

Vireshwar313 commented 1 year ago

2022-11-07 18_07_04-kali-linux-2022 3-virtualbox-amd64  Running  - Oracle VM VirtualBox

thewhiteh4t commented 1 year ago

@Vireshwar313 pip3 show requests

Vireshwar313 commented 1 year ago

2022-11-07 18_11_40-kali-linux-2022 3-virtualbox-amd64  Running  - Oracle VM VirtualBox

thewhiteh4t commented 1 year ago

@Vireshwar313 latest requests version is 2.28.1 try updating it pip3 install --upgrade requests

thewhiteh4t commented 1 year ago

Screenshot_2022-11-07_18-18-34

Vireshwar313 commented 1 year ago

2022-11-07 18_19_04-kali-linux-2022 3-virtualbox-amd64  Running  - Oracle VM VirtualBox

do i have to update these incompatible software too?

Vireshwar313 commented 1 year ago

it worked

thewhiteh4t commented 1 year ago

great! closing.