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

Osintgram error #1766

Open
Alsahuo opened this issue Feb 10, 2025 · 7 comments
Open

Osintgram error #1766

Alsahuo opened this issue Feb 10, 2025 · 7 comments

Comments

@Alsahuo
Copy link

Alsahuo commented Feb 10, 2025

What i do

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

@evilfox007
Copy link

try pip install urllib3 --upgrade

@Alsahuo
Copy link
Author

Alsahuo commented Feb 11, 2025

try pip install urllib3 --upgrade

I tried everything and it didn't work can I have your discord to help me step by step if you are available

@evilfox007
Copy link

evilfox007 commented Feb 11, 2025

ok my discord id =evilfox007_42000

@Alsahuo
Copy link
Author

Alsahuo commented Feb 11, 2025

ok my discord id =evilfox007_42000

accept

@lacoloress
Copy link

ok my discord id =evilfox007_42000

Hey, can I message you? I'm running to a similar error

@Aryan13AKS
Copy link

ok my discord id =evilfox007_42000

Hello, I'm having the same error. After running the upgrade command, I'm getting this

Traceback (most recent call last):
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\main.py", line 106, in <module>
    pyreadline.Readline().parse_and_bind("tab: complete")
    ~~~~~~~~~~~~~~~~~~~^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\rlmain.py", line 422, in __init__
    BaseReadline.__init__(self)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\rlmain.py", line 62, in __init__
    mode.init_editing_mode(None)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\modes\emacs.py", line 633, in init_editing_mode
    self._bind_key('space',       self.self_insert)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\modes\basemode.py", line 162, in _bind_key
    if not callable(func):
           ~~~~~~~~^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\py3k_compat.py", line 8, in callable
    return isinstance(x, collections.Callable)
                         ^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'Callable'

@divyanshu0910
Copy link

me too bro what should i do? i tried everything

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

6 participants
@Aryan13AKS @divyanshu0910 @Alsahuo @evilfox007 @lacoloress and others