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
┌──(kali㉿kali)-[~/LittleBrother-GUI-]
└─$ 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
ModuleNotFoundError: No module named 'pyrebase'
(ON LINUX)
The text was updated successfully, but these errors were encountered:
┌──(kali㉿kali)-[~/LittleBrother-GUI-]
└─$ 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
ModuleNotFoundError: No module named 'pyrebase'
(ON LINUX)
The text was updated successfully, but these errors were encountered: