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
when i run the command: python3 whatbreach.py -h on linux i get this error messege
Traceback (most recent call last):
File "/home/yahli/Documents/WhatBreach/whatbreach.py", line 1, in <module>
from whatbreach.main import main
File "/home/yahli/Documents/WhatBreach/whatbreach/main.py", line 5, in <module>
from lib.cmd import Parser
File "/home/yahli/Documents/WhatBreach/lib/cmd.py", line 3, in <module>
import lib.settings
File "/home/yahli/Documents/WhatBreach/lib/settings.py", line 11, in <module>
from hookers.pastebin_hook import PastebinRawHook
File "/home/yahli/Documents/WhatBreach/hookers/pastebin_hook.py", line 3, in <module>
import requests
File "/home/yahli/anaconda3/envs/WhatBreach/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/home/yahli/anaconda3/envs/WhatBreach/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
File "/home/yahli/anaconda3/envs/WhatBreach/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/home/yahli/anaconda3/envs/WhatBreach/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
The text was updated successfully, but these errors were encountered:
when i run the command:
python3 whatbreach.py -h
on linux i get this error messegeThe text was updated successfully, but these errors were encountered: