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

Error: No module named 'instagram_private_api' #316

Closed imbadwithcomputers closed 2 years ago

imbadwithcomputers commented 3 years ago

I'm using git bash on windows 10, and keep getting this error:

$ python3 main.py arianagrande Traceback (most recent call last): File "C:\Users\Admin\git\osintgram\main.py", line 3, in from src.Osintgram import Osintgram File "C:\Users\Admin\git\osintgram\src\Osintgram.py", line 14, in from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api'

I've installed all requirements, and the module should be there, as evidenced by this: $ pip install instagram_private_api Requirement already satisfied: instagram_private_api in c:\python39\lib\site-packages (1.6.0.0)

But it still gives me that error every time. I've tried this using cmd and powershell as well, and it's always the same. Any help is appreciated greatly.

LinuxDiff commented 2 years ago
pip install instagram_private_api