Hey guys, thanks for reading my post. I am new to python. It was working on Kali for me just fine for months, then all of a sudden it messed up on a colossal basis; it no longer works for anything. It doesn’t recognize I am in an external environment. I pasted my lovely experience below. any help is extremely appreciated. Thank you, everyone!
┌──(chris㉿kali)-[~/fun/soup/Python]
└─$ pip3 install flood.py
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-Kali-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 pypy3-venv installed.
If you wish to install a non-Kali-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.
For more information, refer to the following:
* https://www.kali.org/docs/general-use/python3-external-packages/
* /usr/share/doc/python3.13/README.venv
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
┌──(chris㉿kali)-[~/fun/soup/Python]
└─$ source /home/chris/myenv/bin/activate
┌──(myenv)─(chris㉿kali)-[~/fun/soup/Python]
└─$ pip3 install flood.py
ERROR: Could not find a version that satisfies the requirement flood.py (from versions: none)
ERROR: No matching distribution found for flood.py
┌──(myenv)─(chris㉿kali)-[~/fun/soup/Python]
└─$ pip install -r soup.py
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'soup.py'
┌──(myenv)─(chris㉿kali)-[~/fun/soup/Python]
└─$ pipx install flood.py --include-deps
Fatal error from pip prevented installation. Full pip output in file:
/home/chris/.local/state/pipx/log/cmd_2025-12-02_16.52.53_pip_errors.log
Some possibly relevant errors from pip install:
ERROR: Could not find a version that satisfies the requirement flood-py (from versions: none)
ERROR: No matching distribution found for flood-py
Error installing flood-py.
┌──(myenv)─(chris㉿kali)-[~/fun/soup/Python]
└─$ deactivate
┌──(chris㉿kali)-[~/fun/soup/Python]
└─$ pipx install flood.py --include-deps
Fatal error from pip prevented installation. Full pip output in file:
/home/chris/.local/state/pipx/log/cmd_2025-12-02_16.53.05_pip_errors.log
Some possibly relevant errors from pip install:
ERROR: Could not find a version that satisfies the requirement flood-py (from versions: none)
ERROR: No matching distribution found for flood-py
Error installing flood-py.