I'm trying to install BCC from the community repositories on Alpine with Python 3.9 installed. Unfortunately, the installation ignores the existing python and installs Python 3.8 instead.
Requirement already satisfied: numpy in c:\python\python39\lib\site-packages (from shap) (1.19.5) Requirement already satisfied: scipy in c:\python\python39\lib\site-packages (from shap) (1.6.0) ...