thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.94k stars 1.67k forks source link

Line 13 #365

Closed WheatCorn closed 2 years ago

WheatCorn commented 2 years ago

Hey I need some help When im trying to open the seeker.py is telling my something about line 13

Here is exactly what it says

Traceback (most recent call last): File "/home/bathack/Desktop/Hacking_etico/seeker/./seeker.py", line 13, in import requests ModuleNotFoundError: No module named 'requests'

please help i dunno what to do and theres no videos on youtube that could help me

thewhiteh4t commented 2 years ago

@WheatCorn did you follow instructions given in README ?

WheatCorn commented 2 years ago

I did and I alredy install everything i need to but it keep saying this Traceback (most recent call last): File "/home/bathack/Desktop/Hacking_etico/seeker/./seeker.py", line 13, in import requests ModuleNotFoundError: No module named 'requests'

thewhiteh4t commented 2 years ago

@WheatCorn try python3 -c 'import requests' do you get any output ?

WheatCorn commented 2 years ago

Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'requests'

thewhiteh4t commented 2 years ago

@WheatCorn pip3 install requests

thewhiteh4t commented 2 years ago

@WheatCorn also share install.log file present in logs directory

WheatCorn commented 2 years ago

Its giving me an ERROR

ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
ERROR: No matching distribution found for requests
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

BTW sorry if im sending too much text its just i dont know what to do xd

thewhiteh4t commented 2 years ago

@WheatCorn yeah your pip is having issues, read the error, google for solution and figure it out

WheatCorn commented 2 years ago

Im trying to find for a solution but i dont know very well what i have to do, how can i solve this issue Do you know any video or something that can help me

thewhiteh4t commented 2 years ago

@WheatCorn hint : Can't connect to HTTPS URL because the SSL module is not available