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.5k stars 2.08k forks source link

ModuleNotFoundError: No module named 'geopy' #923

Open qvsui opened 11 months ago

qvsui commented 11 months 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'

can you help me plz?

yash-deore commented 11 months ago

Having the same issue. Can someone please look into this.

BeChris100 commented 11 months ago

Bruh, just make a virtual environment in Python by doing python3 -m venv .env and running source .env/activate. From there, run pip3 install -r requirements.txt. This simple.

qvsui commented 11 months ago

Bruh, just make a virtual environment in Python by doing python3 -m venv .env and running source .env/activate. From there, run pip3 install -r requirements.txt. This simple.

can u guide me plz