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

No running #3

Open
wCh4p opened this issue Aug 25, 2022 · 1 comment
Open

No running #3

wCh4p opened this issue Aug 25, 2022 · 1 comment

Comments

@wCh4p
Copy link

wCh4p commented Aug 25, 2022

┌──(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)

@Ankesh054-official
Copy link
Owner

sudo apt install git python3 #on distributions using APT (like the Debian family)
git clone https://github.com/Ankesh054-official/LittleBrother-GUI-.git
cd LittleBrother-GUI-
python3 -m pip install -r requirements.txt

Try This

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