Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

ModuleNotFoundError: No module named 'geopy'

Open qvsui opened this issue 2 years ago • 3 comments

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?

qvsui avatar Oct 01 '23 15:10 qvsui

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

yash-deore avatar Oct 01 '23 18:10 yash-deore

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.

BC100Dev avatar Oct 09 '23 20:10 BC100Dev

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

qvsui avatar Oct 10 '23 07:10 qvsui