You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 main.py cybersocialhub --cookies
Traceback (most recent call last):
File "/home/escritor/Osintgram/main.py", line 3, in
from src.Osintgram import Osintgram
File "/home/escritor/Osintgram/src/Osintgram.py", line 9, in
import requests
File "/home/escritor/Osintgram/venv/lib/python3.12/site-packages/requests/init.py", line 43, in
import urllib3
File "/home/escritor/Osintgram/venv/lib/python3.12/site-packages/urllib3/init.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/home/escritor/Osintgram/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
File "/home/escritor/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'
This is what it showed me, please tell me how do I solve this
The text was updated successfully, but these errors were encountered:
this error occurs due to module not downloaded TO solve this run :
pip install -r requirements.txt
command on your Osintgram file
EG.
┌──(kali㉿10)-[~/insta/Osintgram]
└─$ pip install -r requirements.txt
$ python3 main.py cybersocialhub --cookies
Traceback (most recent call last):
File "/home/escritor/Osintgram/main.py", line 3, in
from src.Osintgram import Osintgram
File "/home/escritor/Osintgram/src/Osintgram.py", line 9, in
import requests
File "/home/escritor/Osintgram/venv/lib/python3.12/site-packages/requests/init.py", line 43, in
import urllib3
File "/home/escritor/Osintgram/venv/lib/python3.12/site-packages/urllib3/init.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/home/escritor/Osintgram/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
File "/home/escritor/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'
This is what it showed me, please tell me how do I solve this
The text was updated successfully, but these errors were encountered: