Ankesh054-official / LittleBrother-GUI-

LittleBrother is an information collection tool (OSINT), It is basically a CLI based tool which aims to carry out research on a French, Swiss,Luxembourgish or Belgian person.It provides various modules that allow efficient searches. LittleBrother does not require an API key or login ID. This is a extended version of LittleBrother tool, It is a GUI based tool.We need some of your information to run this tool properly, We promise you not to leak your data and try to make it more secure.
https://ankesh054-official.github.io/LittleBrother-GUI-/
MIT License
17 stars 6 forks source link

Wont Start, error below... #4

Open xelerated opened 1 year ago

xelerated commented 1 year ago

└─$ python3 start.py
Traceback (most recent call last): File "/home/kali/LittleBrother-GUI-/start.py", line 1, in from Guis.gui import lay File "/home/kali/LittleBrother-GUI-/Guis/gui.py", line 3, in from core import layout_decision, loading File "/home/kali/LittleBrother-GUI-/core/layout_decision.py", line 3, in from Guis import signin_layout,create_account_layout,forgot_password_layout File "/home/kali/LittleBrother-GUI-/Guis/signin_layout.py", line 4, in from core import main File "/home/kali/LittleBrother-GUI-/core/main.py", line 1, in import pyrebase File "/home/kali/.local/lib/python3.11/site-packages/pyrebase/init.py", line 1, in from .pyrebase import initialize_app File "/home/kali/.local/lib/python3.11/site-packages/pyrebase/pyrebase.py", line 1, in import requests File "/home/kali/.local/lib/python3.11/site-packages/requests/init.py", line 63, in from . import utils File "/home/kali/.local/lib/python3.11/site-packages/requests/utils.py", line 27, in from .cookies import RequestsCookieJar, cookiejar_from_dict File "/home/kali/.local/lib/python3.11/site-packages/requests/cookies.py", line 172, in class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping): ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'collections' has no attribute 'MutableMapping'

I have ran the pip against the requirements file

SrHg69 commented 1 year ago

same :/ have you find any solutions ?