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: No module named src.Osintgram #224

Closed humysamy closed 2 years ago

humysamy commented 3 years ago

Traceback (most recent call last): File "main.py", line 3, in from src.Osintgram import Osintgram ImportError: No module named src.Osintgram it keep showing this error i am new to this Help!!

nlondrovic commented 3 years ago

I have the same problem. It didn't occur about 7 days ago but now it does.

umanandan-ops commented 3 years ago

me too same problem any body tell me the solution

nlondrovic commented 3 years ago

Hello, I fixed my problem which was identical to yours. I ran the script as an administrator using command "sudo python3 main.py" I also used python3 instead of python.

I also encountered another problem where gnureadline couldn't be installed with pip3. I fixed that by installing modules "sudo apt-get install libncurses5-dev libffi-dev"

I very much hope this helps you.

jub0t commented 2 years ago

This worked for me on Ubuntu.

sudo python3 main.py