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

i need help #536

Closed dannythehacker closed 2 years ago

dannythehacker commented 2 years ago

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

but requests does exist its acting stupid

dannythehacker commented 2 years ago

i got it working on Linux

LolItsAName commented 2 years ago

i got it working on Linux

how do u fix it

Gavpherk commented 2 years ago

i got it working on Linux

how do u fix it

python -m pip install requests on a python3 windows system, if your working in IDA, you need to install it in IDA's python command line because they run a separate python environment for their program, plugins wont carry over from one env/python version to another. It can happen easily if someone has multiple python versions on their system