preinstalling wheel, to make sure we can build a wheel for inotify: the legacy 'setup.py install' method will be deprecated with pip 23.1

This commit is contained in:
frederik
2024-02-13 13:53:35 +01:00
parent 6bcae6ffad
commit 090b41775f
+1
View File
@@ -30,6 +30,7 @@ install_birdnet() {
echo "Establishing a python virtual environment"
python3 -m venv birdnet
source ./birdnet/bin/activate
pip3 install wheel
get_tf_whl
pip3 install -U -r ./requirements_custom.txt
}