To run the python scripts locally (like the taxonomy analysis app) the following steps are recommended:
Install pip and venv:
sudo apt install pip python3-venv -y
Create a virtual environment in this project:
python3 -m .venv venv-base
Activate the new environment
source .venv/bin/activate
Install the required packages:
pip install -r requirements.txt