Could not find a version that satisfies the requirement for select requirements

apparmor and apturl are Ubuntu packages, you can safely ignore them if your code doesn’t use their code; just remove them from requirements.txt. If your code depends on them, ensure they are installed via apt:

apt install -y apparmor apturl && pip install -r requirements.txt

Leave a Comment