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.52k stars 2.09k forks source link

ModuleNotFoundError: No module named 'requests' #235

Closed Czekd0ut closed 2 years ago

Czekd0ut commented 3 years ago

I run python3 main.py from the Osintgram folder. It gives me this error:

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

NoMeansNowastaken commented 3 years ago

didnt do pip3 install -r requirements.txt no issue with program just with your brain

Czekd0ut commented 3 years ago

didnt do pip3 install -r requirements.txt no issue with program just with your brain

I did do the pip3 install. It verified that I installed it and then i proceeded with the rest of the steps to set it up.

NoMeansNowastaken commented 3 years ago

try pip3 install requests

Czekd0ut commented 3 years ago

Made the attempt to run it. It says all the requirements were satisfied when I run pip install requirements. I tried executing python3 main.py username and it gave me the same error: No module named 'requests'

mcharaya-mcharaya commented 3 years ago

I by passed the venv (Virtual enviornment) and the rest of the steps were as instructed, it worked for me, no errors, Try it out

vicmac-github commented 2 years ago

I by passed the venv (Virtual enviornment) and the rest of the steps were as instructed, it worked for me, no errors, Try it out

How do you bypass the venv? thank you in advance

agent1234556788 commented 2 years ago

Same problem

gobboboy commented 1 year ago

if u have installed python-as-python3, type just python main.py (user) I was with same problem and this solved