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 '_ssl' #208

Closed kunjava02 closed 2 years ago

kunjava02 commented 3 years ago

Traceback (most recent call last): File "/home/userOsintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/home/userOsintgram/src/Osintgram.py", line 9, in import ssl File "/usr/local/lib/python3.9/ssl.py", line 98, in import _ssl # if we can't import it, let the error propagate ModuleNotFoundError: No module named '_ssl'

Prince-Shaikh commented 3 years ago

This Stackoverflow post might be able to help you.