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
It's because of the new Python pip venv BS, it breaks scripts. You can install the requirements.txt and it will run fine, but you have to use the new BS venv method Python just introduced that broke everything.
I had the same issue. Thanks hwac121, your reply helped me. I started my venv, then ran pip install requirements.txt and then I was able to run Storm-Breaker. Since Storm-Breaker is a python script, it makes great since to run it in a venv. Though, it was your reply that made me realize that Kali 2024 was forcing that.
Anyone else having this same error do this
cd Storm-Breaker directory
python3 -m venv venv
source: venv/bin/activate
pip install -r requirements.txt
python3 st.py (and your up and running)
As I mentioned above, it is best practice to run your python app's in venv. Especially on production server. Hope I make since with what I have said. Everything I have learned has been from the great people on github! Thanks for this great app!
Installtion stops at externally-managed-environment error
on the step sudo bash install.sh
The text was updated successfully, but these errors were encountered: