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.54k stars 2.1k forks source link

problem when starting the tool #1160

Open Moineau54 opened 4 days ago

Moineau54 commented 4 days ago

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'
felixwttr commented 3 days ago

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.