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.23k stars 2k forks source link

ModuleNotFoundError: No module named 'instagram_private_api' #388

Open Ayush765 opened 2 years ago

Ayush765 commented 2 years ago

Traceback (most recent call last): File "/root/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/root/Osintgram/src/Osintgram.py", line 14, in from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api'

naterade1776 commented 2 years ago

Every time I got an error like that, I just install the missing module with pip3. Try pip3 install instagram_private_api make sure you're in the Osintgram directory first.

Isaacderiv commented 1 year ago

pip3 install instagram_private_api it says requirement already satisfied and it still doesnt work

SENTaiZZZ commented 1 year ago

fix: sudo apt-get install requirements.txt its work for me but make sure you're in the Osintgram directory first.

satynar commented 1 year ago

I got this error ,i followed above methods but its not working how to resolve this issue from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api'

632ghostrider commented 1 year ago

i am getting an error like :-

Traceback (most recent call last): File "/root/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/root/Osintgram/src/Osintgram.py", line 14, in from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api' . . need a help for it

jbranabb commented 2 months ago

if u guys get some eror that says "no modue named 'eror name' just try to install the module, pip install 'module name' make sure u guys on Osintgram directoryn frist