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

Wont Start, error below... #4

Open
xelerated opened this issue Apr 2, 2023 · 1 comment
Open

Wont Start, error below... #4

xelerated opened this issue Apr 2, 2023 · 1 comment

Comments

@xelerated
Copy link

└─$ 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
Copy link

SrHg69 commented Jul 17, 2023

same :/ have you find any solutions ?

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

2 participants