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

i did everything properly but i keep getting this error #491

Open srikanth-pixel opened 2 years ago

srikanth-pixel commented 2 years ago

Traceback (most recent call last): File "C:\Users\srika\osintgram\main.py", line 3, in from src.Osintgram import Osintgram File "C:\Users\srika\osintgram\src\Osintgram.py", line 9, in import requests ModuleNotFoundError: No module named 'requests'

x1cry commented 2 years ago

What commands do you use to solve this issue?

abdalmajid77 commented 2 years ago

pip3 install requests

x1cry commented 2 years ago

If you launching tool with sudo or as root, than sudo pip3 install requests, or as root - pip3 install requests

forestpc11 commented 2 years ago

i too am also getting this error. when i do sudo pip3 install requests, it says i have it already and the package is already satisfied. anyone know how to help? thanks

forestpc11 commented 2 years ago

nevermind i have fixed it. dont run it in a venv with python OP. i didnt run the venv and it worked fine. when i run the venv, it gives me that request error, even if i have requests already installed. try this if you havent already, it may work. did for me

adamserag1 commented 2 years ago

@forestpc11 Sounds like a dumb question but how would you run it without the venv