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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem when starting the tool

Moineau54 opened this issue · comments

Hello guys,

I've tried to start the tool for the first time and I got this output:

Traceback (most recent call last):
  File "/home/kali/Documents/Programming/osint_tools/Osintgram/main.py", line 3, in <module>
    from src.Osintgram import Osintgram
  File "/home/kali/Documents/Programming/osint_tools/Osintgram/src/Osintgram.py", line 9, in <module>
    import requests
  File "/home/kali/Documents/Programming/osint_tools/Osintgram/env/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/home/kali/Documents/Programming/osint_tools/Osintgram/env/lib/python3.12/site-packages/urllib3/__init__.py", line 7, in <module>
    from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
  File "/home/kali/Documents/Programming/osint_tools/Osintgram/env/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
    from .exceptions import (
  File "/home/kali/Documents/Programming/osint_tools/Osintgram/env/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
    from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

I had the same issue if I tried to use python 3.12

For me it worked with python 3.9. For other versions I did no tests.

This is an issue with 3.12
I used python 3.12, and downgraded to 3.10

Works fine after that

how to do it ?