Osintgram
Osintgram copied to clipboard
ModuleNotFoundError: No module named 'geopy'
Traceback (most recent call last):
File "/home/kali/Osintgram/main.py", line 3, in
can you help me plz?
Having the same issue. Can someone please look into this.
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.
Bruh, just make a virtual environment in Python by doing
python3 -m venv .envand runningsource .env/activate. From there, runpip3 install -r requirements.txt. This simple.
can u guide me plz