From a72a1f62a3a8a17c420fe1d2207f138a22a397bb Mon Sep 17 00:00:00 2001 From: Motea Marius Date: Sun, 21 Jan 2024 11:37:18 +0200 Subject: [PATCH] Workaround to install pip packages --- BridgeEmulator/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BridgeEmulator/install.sh b/BridgeEmulator/install.sh index f014f2131..c8f9b08d5 100755 --- a/BridgeEmulator/install.sh +++ b/BridgeEmulator/install.sh @@ -118,7 +118,7 @@ cd diyHue-$branchSelection/BridgeEmulator/ echo -e "\033[36m Installing Python Dependencies.\033[0m" -pip3 install -r ../requirements.txt +pip3 install -r ../requirements.txt --break-system-packages if [ -d "/opt/hue-emulator" ]; then