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

Traceback (most recent call last): #1119

Open M3sher opened 1 month ago

M3sher commented 1 month ago

┌──(root㉿kali)-[~/Osintgram] └─# python3 main.py XXXXXXX (1)

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'

(1) i removed the real username

photo-icon commented 1 month ago

It is possible that not all packages have been installed, use this command:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

But if there is already a folder called venv, put only these commands:

source venv/bin/activate
pip install -r requirements.txt
Frenesis999 commented 1 month ago

It doesn't seem to fix the issue, at least for me. Could it have something to do with the fact that (in my case) the tool is being run on a VM?

photo-icon commented 1 month ago

It doesn't have to affect anything, just make sure you have everything updated: sudo apt update && sudo apt full-upgrade -y

and also make sure your IP is not from Europe