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:
@@ -30,6 +30,7 @@ install_birdnet() {
|
|||||||
echo "Establishing a python virtual environment"
|
echo "Establishing a python virtual environment"
|
||||||
python3 -m venv birdnet
|
python3 -m venv birdnet
|
||||||
source ./birdnet/bin/activate
|
source ./birdnet/bin/activate
|
||||||
|
pip3 install wheel
|
||||||
get_tf_whl
|
get_tf_whl
|
||||||
pip3 install -U -r ./requirements_custom.txt
|
pip3 install -U -r ./requirements_custom.txt
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user