Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.48k stars 2.07k forks source link

No module named geopy #1125

Open IND-GANG opened 1 month ago

IND-GANG commented 1 month ago

Traceback (most recent call last): File "/home/kali/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/home/kali/Osintgram/src/Osintgram.py", line 13, in from geopy.geocoders import Nominatim ModuleNotFoundError: No module named 'geopy'

ABshreef commented 4 weeks ago

same

Hardikk69 commented 1 week ago

this error occurs due to module not downloaded TO solve this run : pip install -r requirements.txt command on your Osintgram file EG. ┌──(kali㉿10)-[~/insta/Osintgram] └─$ pip install -r requirements.txt

this will download necessary module for oisntgram