-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Comments
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 |
ok my discord id =evilfox007_42000 |
accept |
Hey, can I message you? I'm running to a similar error |
Hello, I'm having the same error. After running the upgrade command, I'm getting this
|
me too bro what should i do? i tried everything |
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'
The text was updated successfully, but these errors were encountered: