malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
8.84k stars 2.1k forks source link

cant run run.py please help me i am beging to you please #694

Open PARIKAKUGOD1 opened 5 months ago

PARIKAKUGOD1 commented 5 months ago

Traceback (most recent call last): File "/home/kali/byob/web-gui/run.py", line 1, in from buildyourownbotnet import create_app File "/home/kali/byob/web-gui/buildyourownbotnet/init.py", line 8, in from flask_login import LoginManager ModuleNotFoundError: No module named 'flask_login'

please tell me how to fix this please

Muwix commented 5 months ago

I have the same problem!! PLS help!!

Muwix commented 5 months ago

666 its the same problem. Check here for a sulation

github-actions[bot] commented 3 months ago

Stale issue message

Muwix commented 3 months ago

Can Somone fix this issue?

Aerialflame7125 commented 3 months ago

just install requirements.txt, or manually install every single module that pops up an error

CatieIs commented 2 months ago

run "pip install flask_login"

uuuuuuuhgdjkgeb commented 1 month ago

try sudo apt install flask_login I've done that before

Muwix commented 1 month ago

try sudo apt install flask_login I've done that before

Still not working

Pixel-Aspect commented 2 weeks ago

I have the same issue. I am trying to run this through Parrot6 security edition.

I have been all over the internet trying to find a solution to this issue. I have read places where people can simply > sudo pip install flask_login - I get this message when I try to install from pip. Anyone else this far down the rabbit hole? Thoughts?

error: externally-managed-environment

× This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.11/README.venv for more information

this is my first post. I'm new here, so if more info is needed or this is not helpful please let me know.