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.76k stars 2.16k forks source link

Help me #1010

Open AloysiusKW1601 opened 8 months ago

AloysiusKW1601 commented 8 months ago

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

shabarinathkv commented 8 months ago

sudo apt install python3-pip

AloysiusKW1601 commented 8 months ago

It doesn't work.

GAMINGCHATS commented 8 months ago

sudo apt update && sudo apt install python3-pip

BC100Dev commented 7 months ago

sudo apt update && sudo apt install python3-pip

After that,

pip3 install -r requirements.txt