Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem when starting the tool #1160

Open
Moineau54 opened this issue Sep 24, 2024 · 2 comments
Open

problem when starting the tool #1160

Moineau54 opened this issue Sep 24, 2024 · 2 comments

Comments

@Moineau54
Copy link

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
Copy link

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.

@TheLulGuy
Copy link

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

Works fine after that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants