From 5669763324a72e21778595b76d27bf697fa14c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Br=C3=BCder?= Date: Thu, 6 Jun 2024 09:37:17 +0200 Subject: [PATCH] Update local-deploy.sh --- dapr-distributed-calendar/local-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapr-distributed-calendar/local-deploy.sh b/dapr-distributed-calendar/local-deploy.sh index 1cd35a1..e4571e8 100755 --- a/dapr-distributed-calendar/local-deploy.sh +++ b/dapr-distributed-calendar/local-deploy.sh @@ -59,7 +59,7 @@ fi # Install Python Requirements cd ~/12-factor-app/dapr-distributed-calendar/python -pip3 install -r ./requirements.txt +pip3 install -r ./requirements.txt --break-system-packages # Prepare Node environment curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && sudo apt-get install -y nodejs