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

ImportError: cannot import name 'Client' from 'instagram_private_api' (unknown location) #186

Closed lutfullahkamilcaglar closed 2 years ago

lutfullahkamilcaglar commented 3 years ago

im getting this issue after u run #python3 main.py issue: Traceback (most recent call last): File "/root/Osintgram/main.py", line 3, in Screenshot 2021-04-25 235803

from src.Osintgram import Osintgram

File "/root/Osintgram/src/Osintgram.py", line 13, in from instagram_private_api import Client as AppClient ImportError: cannot import name 'Client' from 'instagram_private_api' (unknown location)

Lynextion commented 3 years ago

You can install manually with: pip3 install instagram_private_api

halomanlodestar commented 2 years ago

image

Manually installing doesnt fix this